Html Css Color HEX #333CCA Persian Blue

📋 copy color: '#333CCA'

red 51 ◦ green 60 ◦ blue 202

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

Shades of Persian Blue #333CCA

Tints of Persian Blue #333CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 64.54%

R = 16.29%
G = 19.17%
B = 64.54%

CMYK

 C value IS 0.75

 M value IS 0.70

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#333CCA (or 0x333CCA) is known color: Persian Blue. HEX triplet: 33, 3C and CA. RGB value is (51,60,202). Sum of RGB (Red+Green+Blue) = 51+60+202=313 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.29% from 313); Green value is 60 (23.83% from 255 or 19.17% from 313); Blue value is 202 (79.30% from 255 or 64.54% from 313); Max value from RGB is 202 - color contains mainly: blue. Hex color #333CCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #333CCA is #CCC335. Grayscale: #484848. Windows color (decimal): -13419318 or 13253683. OLE color: 13253683.

HSL color Cylindrical-coordinate representation of color #333CCA: hue angle of 236.42º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #333CCA is Cyan = 0.75, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 51 60 202 -
CMYK 0.75 0.70 0 0.21
HSL 236.42º 0.6% 0.5% -
HSV(B) 236.42º 0.75% 0.79% -
XYZ 13.64 8.2 56.74 -
YUV 73.5 200.52 111.95 -
System Red Green Blue C M Y K H S L
Decimal 51 60 202 0.75 0.70 0 0.21 236.42 0.6 0.5
Hex 33 3C CA 4B 46 0 15 EC 3C 32
Octal 63 74 312 113 106 0 25 354 74 62
Binary 110011 111100 11001010 1001011 1000110 0 10101 11101100 111100 110010

Color Harmonies of #333CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333CCA

Black with #333CCA

Text Example


Text Example

White with #333CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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