Html Css Color HEX #3E33BD Persian Blue

📋 copy color: '#3E33BD'

red 62 ◦ green 51 ◦ blue 189

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

Shades of Persian Blue #3E33BD

Tints of Persian Blue #3E33BD

RGB

 RED value IS 62 (24.61% from 255) = 20.53%

 GREEN value IS 51 (20.31% from 255) = 16.89%

 BLUE value IS 189 (74.22% from 255) = 62.58%

R = 20.53%
G = 16.89%
B = 62.58%

CMYK

 C value IS 0.67

 M value IS 0.73

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3E33BD (or 0x3E33BD) is known color: Persian Blue. HEX triplet: 3E, 33 and BD. RGB value is (62,51,189). Sum of RGB (Red+Green+Blue) = 62+51+189=302 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.53% from 302); Green value is 51 (20.31% from 255 or 16.89% from 302); Blue value is 189 (74.22% from 255 or 62.58% from 302); Max value from RGB is 189 - color contains mainly: blue. Hex color #3E33BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E33BD is #C1CC42. Grayscale: #454545. Windows color (decimal): -12700739 or 12399422. OLE color: 12399422.

HSL color Cylindrical-coordinate representation of color #3E33BD: hue angle of 244.78º 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 #3E33BD is Cyan = 0.67, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 62 51 189 -
CMYK 0.67 0.73 0 0.26
HSL 244.78º 0.58% 0.47% -
HSV(B) 244.78º 0.73% 0.74% -
XYZ 12.36 7.07 48.86 -
YUV 70.02 195.14 122.28 -
System Red Green Blue C M Y K H S L
Decimal 62 51 189 0.67 0.73 0 0.26 244.78 0.58 0.47
Hex 3E 33 BD 43 49 0 1A F5 3A 2F
Octal 76 63 275 103 111 0 32 365 72 57
Binary 111110 110011 10111101 1000011 1001001 0 11010 11110101 111010 101111

Color Harmonies of #3E33BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E33BD

Black with #3E33BD

Text Example


Text Example

White with #3E33BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3E33BD; }

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

 H1.HeaderClassName
 {
   color: #3E33BD;
 }
 .AnyTagClassName
 {
   color: #3E33BD;
 }
</style>

background-color css

<style>
 a { background-color: #3E33BD; }

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

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

border-color css

<style>
 span { border-color: #3E33BD; }

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

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