Html Css Color HEX #333CC0 Persian Blue

📋 copy color: '#333CC0'

red 51 ◦ green 60 ◦ blue 192

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

Shades of Persian Blue #333CC0

Tints of Persian Blue #333CC0

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.8%

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

R = 16.83%
G = 19.8%
B = 63.37%

CMYK

 C value IS 0.73

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#333CC0 (or 0x333CC0) is known color: Persian Blue. HEX triplet: 33, 3C and C0. RGB value is (51,60,192). Sum of RGB (Red+Green+Blue) = 51+60+192=303 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.83% from 303); Green value is 60 (23.83% from 255 or 19.80% from 303); Blue value is 192 (75.39% from 255 or 63.37% from 303); Max value from RGB is 192 - color contains mainly: blue. Hex color #333CC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #333CC0 is #CCC33F. Grayscale: #474747. Windows color (decimal): -13419328 or 12598323. OLE color: 12598323.

HSL color Cylindrical-coordinate representation of color #333CC0: hue angle of 236.17º 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 #333CC0 is Cyan = 0.73, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 51 60 192 -
CMYK 0.73 0.69 0 0.25
HSL 236.17º 0.58% 0.48% -
HSV(B) 236.17º 0.73% 0.75% -
XYZ 12.5 7.74 50.7 -
YUV 72.36 195.52 112.77 -
System Red Green Blue C M Y K H S L
Decimal 51 60 192 0.73 0.69 0 0.25 236.17 0.58 0.48
Hex 33 3C C0 49 45 0 19 EC 3A 30
Octal 63 74 300 111 105 0 31 354 72 60
Binary 110011 111100 11000000 1001001 1000101 0 11001 11101100 111010 110000

Color Harmonies of #333CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333CC0

Black with #333CC0

Text Example


Text Example

White with #333CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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