Html Css Color HEX #333AAB Persian Blue

📋 copy color: '#333AAB'

red 51 ◦ green 58 ◦ blue 171

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

Shades of Persian Blue #333AAB

Tints of Persian Blue #333AAB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.71%

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

R = 18.21%
G = 20.71%
B = 61.07%

CMYK

 C value IS 0.70

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#333AAB (or 0x333AAB) is known color: Persian Blue. HEX triplet: 33, 3A and AB. RGB value is (51,58,171). Sum of RGB (Red+Green+Blue) = 51+58+171=280 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.21% from 280); Green value is 58 (23.05% from 255 or 20.71% from 280); Blue value is 171 (67.19% from 255 or 61.07% from 280); Max value from RGB is 171 - color contains mainly: blue. Hex color #333AAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333AAB is #CCC554. Grayscale: #444444. Windows color (decimal): -13419861 or 11221555. OLE color: 11221555.

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

Color convert

RGB 51 58 171 -
CMYK 0.70 0.66 0 0.33
HSL 236.5º 0.54% 0.44% -
HSV(B) 236.5º 0.7% 0.67% -
XYZ 10.23 6.67 39.28 -
YUV 68.79 185.68 115.31 -
System Red Green Blue C M Y K H S L
Decimal 51 58 171 0.70 0.66 0 0.33 236.5 0.54 0.44
Hex 33 3A AB 46 42 0 21 EC 36 2C
Octal 63 72 253 106 102 0 41 354 66 54
Binary 110011 111010 10101011 1000110 1000010 0 100001 11101100 110110 101100

Color Harmonies of #333AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333AAB

Black with #333AAB

Text Example


Text Example

White with #333AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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