Html Css Color HEX #2F33AB Persian Blue

📋 copy color: '#2F33AB'

red 47 ◦ green 51 ◦ blue 171

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

Shades of Persian Blue #2F33AB

Tints of Persian Blue #2F33AB

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.96%

 BLUE value IS 171 (67.19% from 255) = 63.57%

R = 17.47%
G = 18.96%
B = 63.57%

CMYK

 C value IS 0.73

 M value IS 0.70

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2F33AB (or 0x2F33AB) is known color: Persian Blue. HEX triplet: 2F, 33 and AB. RGB value is (47,51,171). Sum of RGB (Red+Green+Blue) = 47+51+171=269 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.47% from 269); Green value is 51 (20.31% from 255 or 18.96% from 269); Blue value is 171 (67.19% from 255 or 63.57% from 269); Max value from RGB is 171 - color contains mainly: blue. Hex color #2F33AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F33AB is #D0CC54. Grayscale: #3F3F3F. Windows color (decimal): -13683797 or 11219759. OLE color: 11219759.

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

Color convert

RGB 47 51 171 -
CMYK 0.73 0.70 0 0.33
HSL 238.06º 0.57% 0.43% -
HSV(B) 238.06º 0.73% 0.67% -
XYZ 9.71 5.91 39.16 -
YUV 63.48 188.67 116.24 -
System Red Green Blue C M Y K H S L
Decimal 47 51 171 0.73 0.70 0 0.33 238.06 0.57 0.43
Hex 2F 33 AB 49 46 0 21 EE 39 2B
Octal 57 63 253 111 106 0 41 356 71 53
Binary 101111 110011 10101011 1001001 1000110 0 100001 11101110 111001 101011

Color Harmonies of #2F33AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F33AB

Black with #2F33AB

Text Example


Text Example

White with #2F33AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,51,171); }

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

background-color css

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

 a { background-color: rgb(47,51,171); }

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

border-color css

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

 span { border-color: rgb(47,51,171); }

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