Html Css Color HEX #2F39CB Persian Blue

📋 copy color: '#2F39CB'

red 47 ◦ green 57 ◦ blue 203

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

Shades of Persian Blue #2F39CB

Tints of Persian Blue #2F39CB

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.57%

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

R = 15.31%
G = 18.57%
B = 66.12%

CMYK

 C value IS 0.77

 M value IS 0.72

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2F39CB (or 0x2F39CB) is known color: Persian Blue. HEX triplet: 2F, 39 and CB. RGB value is (47,57,203). Sum of RGB (Red+Green+Blue) = 47+57+203=307 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.31% from 307); Green value is 57 (22.66% from 255 or 18.57% from 307); Blue value is 203 (79.69% from 255 or 66.12% from 307); Max value from RGB is 203 - color contains mainly: blue. Hex color #2F39CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F39CB is #D0C634. Grayscale: #464646. Windows color (decimal): -13682229 or 13318447. OLE color: 13318447.

HSL color Cylindrical-coordinate representation of color #2F39CB: hue angle of 236.15º 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 #2F39CB is Cyan = 0.77, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 47 57 203 -
CMYK 0.77 0.72 0 0.20
HSL 236.15º 0.62% 0.49% -
HSV(B) 236.15º 0.77% 0.8% -
XYZ 13.41 7.84 57.31 -
YUV 70.65 202.69 111.13 -
System Red Green Blue C M Y K H S L
Decimal 47 57 203 0.77 0.72 0 0.20 236.15 0.62 0.49
Hex 2F 39 CB 4D 48 0 14 EC 3E 31
Octal 57 71 313 115 110 0 24 354 76 61
Binary 101111 111001 11001011 1001101 1001000 0 10100 11101100 111110 110001

Color Harmonies of #2F39CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F39CB

Black with #2F39CB

Text Example


Text Example

White with #2F39CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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