Html Css Color HEX #333AC0 Persian Blue

📋 copy color: '#333AC0'

red 51 ◦ green 58 ◦ blue 192

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

Shades of Persian Blue #333AC0

Tints of Persian Blue #333AC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 63.79%

R = 16.94%
G = 19.27%
B = 63.79%

CMYK

 C value IS 0.73

 M value IS 0.70

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#333AC0 (or 0x333AC0) is known color: Persian Blue. HEX triplet: 33, 3A and C0. RGB value is (51,58,192). Sum of RGB (Red+Green+Blue) = 51+58+192=301 (39% of max value = 765). Red value is 51 (20.31% from 255 or 16.94% from 301); Green value is 58 (23.05% from 255 or 19.27% from 301); Blue value is 192 (75.39% from 255 or 63.79% from 301); Max value from RGB is 192 - color contains mainly: blue. Hex color #333AC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #333AC0 is #CCC53F. Grayscale: #464646. Windows color (decimal): -13419840 or 12597811. OLE color: 12597811.

HSL color Cylindrical-coordinate representation of color #333AC0: hue angle of 237.02º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #333AC0 is Cyan = 0.73, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 51 58 192 -
CMYK 0.73 0.70 0 0.25
HSL 237.02º 0.58% 0.48% -
HSV(B) 237.02º 0.73% 0.75% -
XYZ 12.39 7.54 50.67 -
YUV 71.18 196.18 113.6 -
System Red Green Blue C M Y K H S L
Decimal 51 58 192 0.73 0.70 0 0.25 237.02 0.58 0.48
Hex 33 3A C0 49 46 0 19 ED 3A 30
Octal 63 72 300 111 106 0 31 355 72 60
Binary 110011 111010 11000000 1001001 1000110 0 11001 11101101 111010 110000

Color Harmonies of #333AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333AC0

Black with #333AC0

Text Example


Text Example

White with #333AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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