Html Css Color HEX #2F37AA Persian Blue

📋 copy color: '#2F37AA'

red 47 ◦ green 55 ◦ blue 170

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

Shades of Persian Blue #2F37AA

Tints of Persian Blue #2F37AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 62.5%

R = 17.28%
G = 20.22%
B = 62.5%

CMYK

 C value IS 0.72

 M value IS 0.68

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2F37AA (or 0x2F37AA) is known color: Persian Blue. HEX triplet: 2F, 37 and AA. RGB value is (47,55,170). Sum of RGB (Red+Green+Blue) = 47+55+170=272 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.28% from 272); Green value is 55 (21.88% from 255 or 20.22% from 272); Blue value is 170 (66.80% from 255 or 62.5% from 272); Max value from RGB is 170 - color contains mainly: blue. Hex color #2F37AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F37AA is #D0C855. Grayscale: #414141. Windows color (decimal): -13682774 or 11155247. OLE color: 11155247.

HSL color Cylindrical-coordinate representation of color #2F37AA: hue angle of 236.1º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2F37AA is Cyan = 0.72, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 47 55 170 -
CMYK 0.72 0.68 0 0.33
HSL 236.1º 0.57% 0.43% -
HSV(B) 236.1º 0.72% 0.67% -
XYZ 9.79 6.24 38.72 -
YUV 65.72 186.85 114.65 -
System Red Green Blue C M Y K H S L
Decimal 47 55 170 0.72 0.68 0 0.33 236.1 0.57 0.43
Hex 2F 37 AA 48 44 0 21 EC 39 2B
Octal 57 67 252 110 104 0 41 354 71 53
Binary 101111 110111 10101010 1001000 1000100 0 100001 11101100 111001 101011

Color Harmonies of #2F37AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F37AA

Black with #2F37AA

Text Example


Text Example

White with #2F37AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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