Html Css Color HEX #2F39A6 Persian Blue

📋 copy color: '#2F39A6'

red 47 ◦ green 57 ◦ blue 166

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

Shades of Persian Blue #2F39A6

Tints of Persian Blue #2F39A6

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.11%

 BLUE value IS 166 (65.23% from 255) = 61.48%

R = 17.41%
G = 21.11%
B = 61.48%

CMYK

 C value IS 0.72

 M value IS 0.66

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#2F39A6 (or 0x2F39A6) is known color: Persian Blue. HEX triplet: 2F, 39 and A6. RGB value is (47,57,166). Sum of RGB (Red+Green+Blue) = 47+57+166=270 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.41% from 270); Green value is 57 (22.66% from 255 or 21.11% from 270); Blue value is 166 (65.23% from 255 or 61.48% from 270); Max value from RGB is 166 - color contains mainly: blue. Hex color #2F39A6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F39A6 is #D0C659. Grayscale: #414141. Windows color (decimal): -13682266 or 10893615. OLE color: 10893615.

HSL color Cylindrical-coordinate representation of color #2F39A6: hue angle of 234.96º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2F39A6 is Cyan = 0.72, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 47 57 166 -
CMYK 0.72 0.66 0 0.35
HSL 234.96º 0.56% 0.42% -
HSV(B) 234.96º 0.72% 0.65% -
XYZ 9.52 6.28 36.79 -
YUV 66.44 184.19 114.14 -
System Red Green Blue C M Y K H S L
Decimal 47 57 166 0.72 0.66 0 0.35 234.96 0.56 0.42
Hex 2F 39 A6 48 42 0 23 EB 38 2A
Octal 57 71 246 110 102 0 43 353 70 52
Binary 101111 111001 10100110 1001000 1000010 0 100011 11101011 111000 101010

Color Harmonies of #2F39A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F39A6

Black with #2F39A6

Text Example


Text Example

White with #2F39A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,57,166); }

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

background-color css

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

 a { background-color: rgb(47,57,166); }

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

border-color css

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

 span { border-color: rgb(47,57,166); }

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