Html Css Color HEX #2640BE Persian Blue

📋 copy color: '#2640BE'

red 38 ◦ green 64 ◦ blue 190

#2640BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #2640BE

Tints of Persian Blue #2640BE

RGB

 RED value IS 38 (15.23% from 255) = 13.01%

 GREEN value IS 64 (25.39% from 255) = 21.92%

 BLUE value IS 190 (74.61% from 255) = 65.07%

R = 13.01%
G = 21.92%
B = 65.07%

CMYK

 C value IS 0.8

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#2640BE (or 0x2640BE) is known color: Persian Blue. HEX triplet: 26, 40 and BE. RGB value is (38,64,190). Sum of RGB (Red+Green+Blue) = 38+64+190=292 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.01% from 292); Green value is 64 (25.39% from 255 or 21.92% from 292); Blue value is 190 (74.61% from 255 or 65.07% from 292); Max value from RGB is 190 - color contains mainly: blue. Hex color #2640BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2640BE is #D9BF41. Grayscale: #464646. Windows color (decimal): -14270274 or 12468262. OLE color: 12468262.

HSL color Cylindrical-coordinate representation of color #2640BE: hue angle of 229.74º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2640BE is Cyan = 0.8, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 38 64 190 -
CMYK 0.8 0.66 0 0.25
HSL 229.74º 0.67% 0.45% -
HSV(B) 229.74º 0.8% 0.75% -
XYZ 11.93 7.8 49.59 -
YUV 70.59 195.39 104.75 -
System Red Green Blue C M Y K H S L
Decimal 38 64 190 0.8 0.66 0 0.25 229.74 0.67 0.45
Hex 26 40 BE 50 42 0 19 E6 43 2D
Octal 46 100 276 120 102 0 31 346 103 55
Binary 100110 1000000 10111110 1010000 1000010 0 11001 11100110 1000011 101101

Color Harmonies of #2640BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2640BE

Black with #2640BE

Text Example


Text Example

White with #2640BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2640BE; }

 p { color: rgb(38,64,190); }

 H1.HeaderClassName
 {
   color: #2640BE;
 }
 .AnyTagClassName
 {
   color: #2640BE;
 }
</style>

background-color css

<style>
 a { background-color: #2640BE; }

 a { background-color: rgb(38,64,190); }

 div.DivClassName
 {
   background-color: #2640BE;
 }
 .BgClassName
 {
   background-color: #2640BE;
 }
</style>

border-color css

<style>
 span { border-color: #2640BE; }

 span { border-color: rgb(38,64,190); }

 td.TdClassName
 {
   border-color: #2640BE;
 }
 .TagClassName
 {
   border-color: #2640BE;
 }
</style>