Html Css Color HEX #333EC7 Persian Blue

📋 copy color: '#333EC7'

red 51 ◦ green 62 ◦ blue 199

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

Shades of Persian Blue #333EC7

Tints of Persian Blue #333EC7

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.87%

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

R = 16.35%
G = 19.87%
B = 63.78%

CMYK

 C value IS 0.74

 M value IS 0.69

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#333EC7 (or 0x333EC7) is known color: Persian Blue. HEX triplet: 33, 3E and C7. RGB value is (51,62,199). Sum of RGB (Red+Green+Blue) = 51+62+199=312 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.35% from 312); Green value is 62 (24.61% from 255 or 19.87% from 312); Blue value is 199 (78.12% from 255 or 63.78% from 312); Max value from RGB is 199 - color contains mainly: blue. Hex color #333EC7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #333EC7 is #CCC138. Grayscale: #494949. Windows color (decimal): -13418809 or 13057587. OLE color: 13057587.

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

Color convert

RGB 51 62 199 -
CMYK 0.74 0.69 0 0.22
HSL 235.54º 0.59% 0.49% -
HSV(B) 235.54º 0.74% 0.78% -
XYZ 13.4 8.27 54.92 -
YUV 74.33 198.36 111.36 -
System Red Green Blue C M Y K H S L
Decimal 51 62 199 0.74 0.69 0 0.22 235.54 0.59 0.49
Hex 33 3E C7 4A 45 0 16 EC 3B 31
Octal 63 76 307 112 105 0 26 354 73 61
Binary 110011 111110 11000111 1001010 1000101 0 10110 11101100 111011 110001

Color Harmonies of #333EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333EC7

Black with #333EC7

Text Example


Text Example

White with #333EC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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