Html Css Color HEX #2F23CE Persian Blue

📋 copy color: '#2F23CE'

red 47 ◦ green 35 ◦ blue 206

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

Shades of Persian Blue #2F23CE

Tints of Persian Blue #2F23CE

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.15%

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

R = 16.32%
G = 12.15%
B = 71.53%

CMYK

 C value IS 0.77

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2F23CE (or 0x2F23CE) is known color: Persian Blue. HEX triplet: 2F, 23 and CE. RGB value is (47,35,206). Sum of RGB (Red+Green+Blue) = 47+35+206=288 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.32% from 288); Green value is 35 (14.06% from 255 or 12.15% from 288); Blue value is 206 (80.86% from 255 or 71.53% from 288); Max value from RGB is 206 - color contains mainly: blue. Hex color #2F23CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F23CE is #D0DC31. Grayscale: #393939. Windows color (decimal): -13687858 or 13509423. OLE color: 13509423.

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

Color convert

RGB 47 35 206 -
CMYK 0.77 0.83 0 0.19
HSL 244.21º 0.71% 0.47% -
HSV(B) 244.21º 0.83% 0.81% -
XYZ 12.91 6.26 58.92 -
YUV 58.08 211.48 120.1 -
System Red Green Blue C M Y K H S L
Decimal 47 35 206 0.77 0.83 0 0.19 244.21 0.71 0.47
Hex 2F 23 CE 4D 53 0 13 F4 47 2F
Octal 57 43 316 115 123 0 23 364 107 57
Binary 101111 100011 11001110 1001101 1010011 0 10011 11110100 1000111 101111

Color Harmonies of #2F23CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F23CE

Black with #2F23CE

Text Example


Text Example

White with #2F23CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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