Html Css Color HEX #2F3CCE Persian Blue

📋 copy color: '#2F3CCE'

red 47 ◦ green 60 ◦ blue 206

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

Shades of Persian Blue #2F3CCE

Tints of Persian Blue #2F3CCE

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.17%

 BLUE value IS 206 (80.86% from 255) = 65.81%

R = 15.02%
G = 19.17%
B = 65.81%

CMYK

 C value IS 0.77

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2F3CCE (or 0x2F3CCE) is known color: Persian Blue. HEX triplet: 2F, 3C and CE. RGB value is (47,60,206). Sum of RGB (Red+Green+Blue) = 47+60+206=313 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.02% from 313); Green value is 60 (23.83% from 255 or 19.17% from 313); Blue value is 206 (80.86% from 255 or 65.81% from 313); Max value from RGB is 206 - color contains mainly: blue. Hex color #2F3CCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F3CCE is #D0C331. Grayscale: #484848. Windows color (decimal): -13681458 or 13515823. OLE color: 13515823.

HSL color Cylindrical-coordinate representation of color #2F3CCE: hue angle of 235.09º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2F3CCE is Cyan = 0.77, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 47 60 206 -
CMYK 0.77 0.71 0 0.19
HSL 235.09º 0.63% 0.5% -
HSV(B) 235.09º 0.77% 0.81% -
XYZ 13.93 8.29 59.26 -
YUV 72.76 203.19 109.63 -
System Red Green Blue C M Y K H S L
Decimal 47 60 206 0.77 0.71 0 0.19 235.09 0.63 0.5
Hex 2F 3C CE 4D 47 0 13 EB 3F 32
Octal 57 74 316 115 107 0 23 353 77 62
Binary 101111 111100 11001110 1001101 1000111 0 10011 11101011 111111 110010

Color Harmonies of #2F3CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F3CCE

Black with #2F3CCE

Text Example


Text Example

White with #2F3CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,60,206); }

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

background-color css

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

 a { background-color: rgb(47,60,206); }

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

border-color css

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

 span { border-color: rgb(47,60,206); }

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