Html Css Color HEX #2F23DC Persian Blue

📋 copy color: '#2F23DC'

red 47 ◦ green 35 ◦ blue 220

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

Shades of Persian Blue #2F23DC

Tints of Persian Blue #2F23DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 72.85%

R = 15.56%
G = 11.59%
B = 72.85%

CMYK

 C value IS 0.79

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2F23DC (or 0x2F23DC) is known color: Persian Blue. HEX triplet: 2F, 23 and DC. RGB value is (47,35,220). Sum of RGB (Red+Green+Blue) = 47+35+220=302 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.56% from 302); Green value is 35 (14.06% from 255 or 11.59% from 302); Blue value is 220 (86.33% from 255 or 72.85% from 302); Max value from RGB is 220 - color contains mainly: blue. Hex color #2F23DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F23DC is #D0DC23. Grayscale: #3A3A3A. Windows color (decimal): -13687844 or 14426927. OLE color: 14426927.

HSL color Cylindrical-coordinate representation of color #2F23DC: hue angle of 243.89º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2F23DC is Cyan = 0.79, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 47 35 220 -
CMYK 0.79 0.84 0 0.14
HSL 243.89º 0.73% 0.5% -
HSV(B) 243.89º 0.84% 0.86% -
XYZ 14.69 6.97 68.28 -
YUV 59.68 218.48 118.96 -
System Red Green Blue C M Y K H S L
Decimal 47 35 220 0.79 0.84 0 0.14 243.89 0.73 0.5
Hex 2F 23 DC 4F 54 0 E F4 49 32
Octal 57 43 334 117 124 0 16 364 111 62
Binary 101111 100011 11011100 1001111 1010100 0 1110 11110100 1001001 110010

Color Harmonies of #2F23DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F23DC

Black with #2F23DC

Text Example


Text Example

White with #2F23DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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