Html Css Color HEX #333EAE Persian Blue

📋 copy color: '#333EAE'

red 51 ◦ green 62 ◦ blue 174

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

Shades of Persian Blue #333EAE

Tints of Persian Blue #333EAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 60.63%

R = 17.77%
G = 21.6%
B = 60.63%

CMYK

 C value IS 0.71

 M value IS 0.64

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#333EAE (or 0x333EAE) is known color: Persian Blue. HEX triplet: 33, 3E and AE. RGB value is (51,62,174). Sum of RGB (Red+Green+Blue) = 51+62+174=287 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.77% from 287); Green value is 62 (24.61% from 255 or 21.60% from 287); Blue value is 174 (68.36% from 255 or 60.63% from 287); Max value from RGB is 174 - color contains mainly: blue. Hex color #333EAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333EAE is #CCC151. Grayscale: #474747. Windows color (decimal): -13418834 or 11419187. OLE color: 11419187.

HSL color Cylindrical-coordinate representation of color #333EAE: hue angle of 234.63º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #333EAE is Cyan = 0.71, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 51 62 174 -
CMYK 0.71 0.64 0 0.32
HSL 234.63º 0.55% 0.44% -
HSV(B) 234.63º 0.71% 0.68% -
XYZ 10.73 7.21 40.87 -
YUV 71.48 185.86 113.39 -
System Red Green Blue C M Y K H S L
Decimal 51 62 174 0.71 0.64 0 0.32 234.63 0.55 0.44
Hex 33 3E AE 47 40 0 20 EB 37 2C
Octal 63 76 256 107 100 0 40 353 67 54
Binary 110011 111110 10101110 1000111 1000000 0 100000 11101011 110111 101100

Color Harmonies of #333EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333EAE

Black with #333EAE

Text Example


Text Example

White with #333EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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