Html Css Color HEX #333CBE Persian Blue

📋 copy color: '#333CBE'

red 51 ◦ green 60 ◦ blue 190

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

Shades of Persian Blue #333CBE

Tints of Persian Blue #333CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 63.12%

R = 16.94%
G = 19.93%
B = 63.12%

CMYK

 C value IS 0.73

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#333CBE (or 0x333CBE) is known color: Persian Blue. HEX triplet: 33, 3C and BE. RGB value is (51,60,190). Sum of RGB (Red+Green+Blue) = 51+60+190=301 (39% of max value = 765). Red value is 51 (20.31% from 255 or 16.94% from 301); Green value is 60 (23.83% from 255 or 19.93% from 301); Blue value is 190 (74.61% from 255 or 63.12% from 301); Max value from RGB is 190 - color contains mainly: blue. Hex color #333CBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #333CBE is #CCC341. Grayscale: #474747. Windows color (decimal): -13419330 or 12467251. OLE color: 12467251.

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

Color convert

RGB 51 60 190 -
CMYK 0.73 0.68 0 0.25
HSL 236.12º 0.58% 0.47% -
HSV(B) 236.12º 0.73% 0.75% -
XYZ 12.28 7.65 49.55 -
YUV 72.13 194.52 112.93 -
System Red Green Blue C M Y K H S L
Decimal 51 60 190 0.73 0.68 0 0.25 236.12 0.58 0.47
Hex 33 3C BE 49 44 0 19 EC 3A 2F
Octal 63 74 276 111 104 0 31 354 72 57
Binary 110011 111100 10111110 1001001 1000100 0 11001 11101100 111010 101111

Color Harmonies of #333CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333CBE

Black with #333CBE

Text Example


Text Example

White with #333CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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