Html Css Color HEX #2640CB Persian Blue

📋 copy color: '#2640CB'

red 38 ◦ green 64 ◦ blue 203

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

Shades of Persian Blue #2640CB

Tints of Persian Blue #2640CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 66.56%

R = 12.46%
G = 20.98%
B = 66.56%

CMYK

 C value IS 0.81

 M value IS 0.68

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2640CB (or 0x2640CB) is known color: Persian Blue. HEX triplet: 26, 40 and CB. RGB value is (38,64,203). Sum of RGB (Red+Green+Blue) = 38+64+203=305 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.46% from 305); Green value is 64 (25.39% from 255 or 20.98% from 305); Blue value is 203 (79.69% from 255 or 66.56% from 305); Max value from RGB is 203 - color contains mainly: blue. Hex color #2640CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2640CB is #D9BF34. Grayscale: #474747. Windows color (decimal): -14270261 or 13320230. OLE color: 13320230.

HSL color Cylindrical-coordinate representation of color #2640CB: hue angle of 230.55º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2640CB is Cyan = 0.81, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 38 64 203 -
CMYK 0.81 0.68 0 0.20
HSL 230.55º 0.68% 0.47% -
HSV(B) 230.55º 0.81% 0.8% -
XYZ 13.41 8.39 57.41 -
YUV 72.07 201.89 103.7 -
System Red Green Blue C M Y K H S L
Decimal 38 64 203 0.81 0.68 0 0.20 230.55 0.68 0.47
Hex 26 40 CB 51 44 0 14 E7 44 2F
Octal 46 100 313 121 104 0 24 347 104 57
Binary 100110 1000000 11001011 1010001 1000100 0 10100 11100111 1000100 101111

Color Harmonies of #2640CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2640CB

Black with #2640CB

Text Example


Text Example

White with #2640CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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