Html Css Color HEX #333EBC Persian Blue

📋 copy color: '#333EBC'

red 51 ◦ green 62 ◦ blue 188

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

Shades of Persian Blue #333EBC

Tints of Persian Blue #333EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 62.46%

R = 16.94%
G = 20.6%
B = 62.46%

CMYK

 C value IS 0.73

 M value IS 0.67

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#333EBC (or 0x333EBC) is known color: Persian Blue. HEX triplet: 33, 3E and BC. RGB value is (51,62,188). Sum of RGB (Red+Green+Blue) = 51+62+188=301 (39% of max value = 765). Red value is 51 (20.31% from 255 or 16.94% from 301); Green value is 62 (24.61% from 255 or 20.60% from 301); Blue value is 188 (73.83% from 255 or 62.46% from 301); Max value from RGB is 188 - color contains mainly: blue. Hex color #333EBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #333EBC is #CCC143. Grayscale: #484848. Windows color (decimal): -13418820 or 12336691. OLE color: 12336691.

HSL color Cylindrical-coordinate representation of color #333EBC: hue angle of 235.18º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #333EBC is Cyan = 0.73, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 51 62 188 -
CMYK 0.73 0.67 0 0.26
HSL 235.18º 0.57% 0.47% -
HSV(B) 235.18º 0.73% 0.74% -
XYZ 12.16 7.78 48.44 -
YUV 73.08 192.86 112.25 -
System Red Green Blue C M Y K H S L
Decimal 51 62 188 0.73 0.67 0 0.26 235.18 0.57 0.47
Hex 33 3E BC 49 43 0 1A EB 39 2F
Octal 63 76 274 111 103 0 32 353 71 57
Binary 110011 111110 10111100 1001001 1000011 0 11010 11101011 111001 101111

Color Harmonies of #333EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333EBC

Black with #333EBC

Text Example


Text Example

White with #333EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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