Html Css Color HEX #370BDE Han Purple

📋 copy color: '#370BDE'

red 55 ◦ green 11 ◦ blue 222

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

Shades of Han Purple #370BDE

Tints of Han Purple #370BDE

RGB

 RED value IS 55 (21.88% from 255) = 19.1%

 GREEN value IS 11 (4.69% from 255) = 3.82%

 BLUE value IS 222 (87.11% from 255) = 77.08%

R = 19.1%
G = 3.82%
B = 77.08%

CMYK

 C value IS 0.75

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#370BDE (or 0x370BDE) is known color: Han Purple. HEX triplet: 37, 0B and DE. RGB value is (55,11,222). Sum of RGB (Red+Green+Blue) = 55+11+222=288 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.10% from 288); Green value is 11 (4.69% from 255 or 3.82% from 288); Blue value is 222 (87.11% from 255 or 77.08% from 288); Max value from RGB is 222 - color contains mainly: blue. Hex color #370BDE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #370BDE is #C8F421. Grayscale: #2F2F2F. Windows color (decimal): -13169698 or 14551863. OLE color: 14551863.

HSL color Cylindrical-coordinate representation of color #370BDE: hue angle of 252.51º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #370BDE is Cyan = 0.75, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 55 11 222 -
CMYK 0.75 0.95 0 0.13
HSL 252.51º 0.91% 0.46% -
HSV(B) 252.51º 0.95% 0.87% -
XYZ 14.88 6.33 69.54 -
YUV 48.21 226.08 132.84 -
System Red Green Blue C M Y K H S L
Decimal 55 11 222 0.75 0.95 0 0.13 252.51 0.91 0.46
Hex 37 B DE 4B 5F 0 D FD 5B 2E
Octal 67 13 336 113 137 0 15 375 133 56
Binary 110111 1011 11011110 1001011 1011111 0 1101 11111101 1011011 101110

Color Harmonies of #370BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370BDE

Black with #370BDE

Text Example


Text Example

White with #370BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370BDE; }

 p { color: rgb(55,11,222); }

 H1.HeaderClassName
 {
   color: #370BDE;
 }
 .AnyTagClassName
 {
   color: #370BDE;
 }
</style>

background-color css

<style>
 a { background-color: #370BDE; }

 a { background-color: rgb(55,11,222); }

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

border-color css

<style>
 span { border-color: #370BDE; }

 span { border-color: rgb(55,11,222); }

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