Html Css Color HEX #333AB6 Persian Blue

📋 copy color: '#333AB6'

red 51 ◦ green 58 ◦ blue 182

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

Shades of Persian Blue #333AB6

Tints of Persian Blue #333AB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 62.54%

R = 17.53%
G = 19.93%
B = 62.54%

CMYK

 C value IS 0.72

 M value IS 0.68

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#333AB6 (or 0x333AB6) is known color: Persian Blue. HEX triplet: 33, 3A and B6. RGB value is (51,58,182). Sum of RGB (Red+Green+Blue) = 51+58+182=291 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.53% from 291); Green value is 58 (23.05% from 255 or 19.93% from 291); Blue value is 182 (71.48% from 255 or 62.54% from 291); Max value from RGB is 182 - color contains mainly: blue. Hex color #333AB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #333AB6 is #CCC549. Grayscale: #454545. Windows color (decimal): -13419850 or 11942451. OLE color: 11942451.

HSL color Cylindrical-coordinate representation of color #333AB6: hue angle of 236.79º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #333AB6 is Cyan = 0.72, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 51 58 182 -
CMYK 0.72 0.68 0 0.29
HSL 236.79º 0.56% 0.46% -
HSV(B) 236.79º 0.72% 0.71% -
XYZ 11.32 7.11 45.03 -
YUV 70.04 191.18 114.42 -
System Red Green Blue C M Y K H S L
Decimal 51 58 182 0.72 0.68 0 0.29 236.79 0.56 0.46
Hex 33 3A B6 48 44 0 1D ED 38 2E
Octal 63 72 266 110 104 0 35 355 70 56
Binary 110011 111010 10110110 1001000 1000100 0 11101 11101101 111000 101110

Color Harmonies of #333AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333AB6

Black with #333AB6

Text Example


Text Example

White with #333AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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