Html Css Color HEX #333EAB Persian Blue

📋 copy color: '#333EAB'

red 51 ◦ green 62 ◦ blue 171

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

Shades of Persian Blue #333EAB

Tints of Persian Blue #333EAB

RGB

 RED value IS 51 (20.31% from 255) = 17.96%

 GREEN value IS 62 (24.61% from 255) = 21.83%

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

R = 17.96%
G = 21.83%
B = 60.21%

CMYK

 C value IS 0.70

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#333EAB (or 0x333EAB) is known color: Persian Blue. HEX triplet: 33, 3E and AB. RGB value is (51,62,171). Sum of RGB (Red+Green+Blue) = 51+62+171=284 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.96% from 284); Green value is 62 (24.61% from 255 or 21.83% from 284); Blue value is 171 (67.19% from 255 or 60.21% from 284); Max value from RGB is 171 - color contains mainly: blue. Hex color #333EAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333EAB is #CCC154. Grayscale: #464646. Windows color (decimal): -13418837 or 11222579. OLE color: 11222579.

HSL color Cylindrical-coordinate representation of color #333EAB: hue angle of 234.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #333EAB is Cyan = 0.70, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 51 62 171 -
CMYK 0.70 0.64 0 0.33
HSL 234.5º 0.54% 0.44% -
HSV(B) 234.5º 0.7% 0.67% -
XYZ 10.44 7.09 39.35 -
YUV 71.14 184.36 113.64 -
System Red Green Blue C M Y K H S L
Decimal 51 62 171 0.70 0.64 0 0.33 234.5 0.54 0.44
Hex 33 3E AB 46 40 0 21 EA 36 2C
Octal 63 76 253 106 100 0 41 352 66 54
Binary 110011 111110 10101011 1000110 1000000 0 100001 11101010 110110 101100

Color Harmonies of #333EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333EAB

Black with #333EAB

Text Example


Text Example

White with #333EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333EAB; }

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

 H1.HeaderClassName
 {
   color: #333EAB;
 }
 .AnyTagClassName
 {
   color: #333EAB;
 }
</style>

background-color css

<style>
 a { background-color: #333EAB; }

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

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

border-color css

<style>
 span { border-color: #333EAB; }

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

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