Html Css Color HEX #2F40CB Persian Blue

📋 copy color: '#2F40CB'

red 47 ◦ green 64 ◦ blue 203

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

Shades of Persian Blue #2F40CB

Tints of Persian Blue #2F40CB

RGB

 RED value IS 47 (18.75% from 255) = 14.97%

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

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

R = 14.97%
G = 20.38%
B = 64.65%

CMYK

 C value IS 0.77

 M value IS 0.68

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2F40CB (or 0x2F40CB) is known color: Persian Blue. HEX triplet: 2F, 40 and CB. RGB value is (47,64,203). Sum of RGB (Red+Green+Blue) = 47+64+203=314 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.97% from 314); Green value is 64 (25.39% from 255 or 20.38% from 314); Blue value is 203 (79.69% from 255 or 64.65% from 314); Max value from RGB is 203 - color contains mainly: blue. Hex color #2F40CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F40CB is #D0BF34. Grayscale: #4A4A4A. Windows color (decimal): -13680437 or 13320239. OLE color: 13320239.

HSL color Cylindrical-coordinate representation of color #2F40CB: hue angle of 233.46º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2F40CB is Cyan = 0.77, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 47 64 203 -
CMYK 0.77 0.68 0 0.20
HSL 233.46º 0.62% 0.49% -
HSV(B) 233.46º 0.77% 0.8% -
XYZ 13.79 8.58 57.43 -
YUV 74.76 200.37 108.2 -
System Red Green Blue C M Y K H S L
Decimal 47 64 203 0.77 0.68 0 0.20 233.46 0.62 0.49
Hex 2F 40 CB 4D 44 0 14 E9 3E 31
Octal 57 100 313 115 104 0 24 351 76 61
Binary 101111 1000000 11001011 1001101 1000100 0 10100 11101001 111110 110001

Color Harmonies of #2F40CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F40CB

Black with #2F40CB

Text Example


Text Example

White with #2F40CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F40CB; }

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

 H1.HeaderClassName
 {
   color: #2F40CB;
 }
 .AnyTagClassName
 {
   color: #2F40CB;
 }
</style>

background-color css

<style>
 a { background-color: #2F40CB; }

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

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

border-color css

<style>
 span { border-color: #2F40CB; }

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

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