Html Css Color HEX #333EBA Persian Blue

📋 copy color: '#333EBA'

red 51 ◦ green 62 ◦ blue 186

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

Shades of Persian Blue #333EBA

Tints of Persian Blue #333EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 62.21%

R = 17.06%
G = 20.74%
B = 62.21%

CMYK

 C value IS 0.73

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#333EBA (or 0x333EBA) is known color: Persian Blue. HEX triplet: 33, 3E and BA. RGB value is (51,62,186). Sum of RGB (Red+Green+Blue) = 51+62+186=299 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.06% from 299); Green value is 62 (24.61% from 255 or 20.74% from 299); Blue value is 186 (73.05% from 255 or 62.21% from 299); Max value from RGB is 186 - color contains mainly: blue. Hex color #333EBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #333EBA is #CCC145. Grayscale: #484848. Windows color (decimal): -13418822 or 12205619. OLE color: 12205619.

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

Color convert

RGB 51 62 186 -
CMYK 0.73 0.67 0 0.27
HSL 235.11º 0.57% 0.46% -
HSV(B) 235.11º 0.73% 0.73% -
XYZ 11.95 7.69 47.31 -
YUV 72.85 191.86 112.42 -
System Red Green Blue C M Y K H S L
Decimal 51 62 186 0.73 0.67 0 0.27 235.11 0.57 0.46
Hex 33 3E BA 49 43 0 1B EB 39 2E
Octal 63 76 272 111 103 0 33 353 71 56
Binary 110011 111110 10111010 1001001 1000011 0 11011 11101011 111001 101110

Color Harmonies of #333EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333EBA

Black with #333EBA

Text Example


Text Example

White with #333EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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