Html Css Color HEX #2F3DCE Persian Blue

📋 copy color: '#2F3DCE'

red 47 ◦ green 61 ◦ blue 206

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

Shades of Persian Blue #2F3DCE

Tints of Persian Blue #2F3DCE

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.43%

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

R = 14.97%
G = 19.43%
B = 65.61%

CMYK

 C value IS 0.77

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2F3DCE (or 0x2F3DCE) is known color: Persian Blue. HEX triplet: 2F, 3D and CE. RGB value is (47,61,206). Sum of RGB (Red+Green+Blue) = 47+61+206=314 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.97% from 314); Green value is 61 (24.22% from 255 or 19.43% from 314); Blue value is 206 (80.86% from 255 or 65.61% from 314); Max value from RGB is 206 - color contains mainly: blue. Hex color #2F3DCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F3DCE is #D0C231. Grayscale: #484848. Windows color (decimal): -13681202 or 13516079. OLE color: 13516079.

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

Color convert

RGB 47 61 206 -
CMYK 0.77 0.70 0 0.19
HSL 234.72º 0.63% 0.5% -
HSV(B) 234.72º 0.77% 0.81% -
XYZ 13.98 8.4 59.28 -
YUV 73.34 202.86 109.21 -
System Red Green Blue C M Y K H S L
Decimal 47 61 206 0.77 0.70 0 0.19 234.72 0.63 0.5
Hex 2F 3D CE 4D 46 0 13 EB 3F 32
Octal 57 75 316 115 106 0 23 353 77 62
Binary 101111 111101 11001110 1001101 1000110 0 10011 11101011 111111 110010

Color Harmonies of #2F3DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F3DCE

Black with #2F3DCE

Text Example


Text Example

White with #2F3DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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