Html Css Color HEX #333EAC Persian Blue

📋 copy color: '#333EAC'

red 51 ◦ green 62 ◦ blue 172

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

Shades of Persian Blue #333EAC

Tints of Persian Blue #333EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 60.35%

R = 17.89%
G = 21.75%
B = 60.35%

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

#333EAC (or 0x333EAC) is known color: Persian Blue. HEX triplet: 33, 3E and AC. RGB value is (51,62,172). Sum of RGB (Red+Green+Blue) = 51+62+172=285 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.89% from 285); Green value is 62 (24.61% from 255 or 21.75% from 285); Blue value is 172 (67.58% from 255 or 60.35% from 285); Max value from RGB is 172 - color contains mainly: blue. Hex color #333EAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333EAC is #CCC153. Grayscale: #464646. Windows color (decimal): -13418836 or 11288115. OLE color: 11288115.

HSL color Cylindrical-coordinate representation of color #333EAC: hue angle of 234.55º 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 #333EAC is Cyan = 0.70, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 51 62 172 -
CMYK 0.70 0.64 0 0.33
HSL 234.55º 0.54% 0.44% -
HSV(B) 234.55º 0.7% 0.67% -
XYZ 10.53 7.13 39.85 -
YUV 71.25 184.86 113.56 -
System Red Green Blue C M Y K H S L
Decimal 51 62 172 0.70 0.64 0 0.33 234.55 0.54 0.44
Hex 33 3E AC 46 40 0 21 EB 36 2C
Octal 63 76 254 106 100 0 41 353 66 54
Binary 110011 111110 10101100 1000110 1000000 0 100001 11101011 110110 101100

Color Harmonies of #333EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333EAC

Black with #333EAC

Text Example


Text Example

White with #333EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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