Html Css Color HEX #2F37DD Persian Blue

📋 copy color: '#2F37DD'

red 47 ◦ green 55 ◦ blue 221

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

Shades of Persian Blue #2F37DD

Tints of Persian Blue #2F37DD

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.03%

 BLUE value IS 221 (86.72% from 255) = 68.42%

R = 14.55%
G = 17.03%
B = 68.42%

CMYK

 C value IS 0.79

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2F37DD (or 0x2F37DD) is known color: Persian Blue. HEX triplet: 2F, 37 and DD. RGB value is (47,55,221). Sum of RGB (Red+Green+Blue) = 47+55+221=323 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.55% from 323); Green value is 55 (21.88% from 255 or 17.03% from 323); Blue value is 221 (86.72% from 255 or 68.42% from 323); Max value from RGB is 221 - color contains mainly: blue. Hex color #2F37DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F37DD is #D0C822. Grayscale: #464646. Windows color (decimal): -13682723 or 14497583. OLE color: 14497583.

HSL color Cylindrical-coordinate representation of color #2F37DD: hue angle of 237.24º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2F37DD is Cyan = 0.79, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 47 55 221 -
CMYK 0.79 0.75 0 0.13
HSL 237.24º 0.72% 0.53% -
HSV(B) 237.24º 0.79% 0.87% -
XYZ 15.59 8.56 69.24 -
YUV 71.53 212.35 110.5 -
System Red Green Blue C M Y K H S L
Decimal 47 55 221 0.79 0.75 0 0.13 237.24 0.72 0.53
Hex 2F 37 DD 4F 4B 0 D ED 48 35
Octal 57 67 335 117 113 0 15 355 110 65
Binary 101111 110111 11011101 1001111 1001011 0 1101 11101101 1001000 110101

Color Harmonies of #2F37DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F37DD

Black with #2F37DD

Text Example


Text Example

White with #2F37DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,55,221); }

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

background-color css

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

 a { background-color: rgb(47,55,221); }

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

border-color css

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

 span { border-color: rgb(47,55,221); }

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