Html Css Color HEX #333CC7 Persian Blue

📋 copy color: '#333CC7'

red 51 ◦ green 60 ◦ blue 199

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

Shades of Persian Blue #333CC7

Tints of Persian Blue #333CC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 64.19%

R = 16.45%
G = 19.35%
B = 64.19%

CMYK

 C value IS 0.74

 M value IS 0.70

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#333CC7 (or 0x333CC7) is known color: Persian Blue. HEX triplet: 33, 3C and C7. RGB value is (51,60,199). Sum of RGB (Red+Green+Blue) = 51+60+199=310 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.45% from 310); Green value is 60 (23.83% from 255 or 19.35% from 310); Blue value is 199 (78.12% from 255 or 64.19% from 310); Max value from RGB is 199 - color contains mainly: blue. Hex color #333CC7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #333CC7 is #CCC338. Grayscale: #484848. Windows color (decimal): -13419321 or 13057075. OLE color: 13057075.

HSL color Cylindrical-coordinate representation of color #333CC7: hue angle of 236.35º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #333CC7 is Cyan = 0.74, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 51 60 199 -
CMYK 0.74 0.70 0 0.22
HSL 236.35º 0.59% 0.49% -
HSV(B) 236.35º 0.74% 0.78% -
XYZ 13.29 8.06 54.89 -
YUV 73.16 199.02 112.2 -
System Red Green Blue C M Y K H S L
Decimal 51 60 199 0.74 0.70 0 0.22 236.35 0.59 0.49
Hex 33 3C C7 4A 46 0 16 EC 3B 31
Octal 63 74 307 112 106 0 26 354 73 61
Binary 110011 111100 11000111 1001010 1000110 0 10110 11101100 111011 110001

Color Harmonies of #333CC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333CC7

Black with #333CC7

Text Example


Text Example

White with #333CC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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