Html Css Color HEX #370BD4 Han Purple

📋 copy color: '#370BD4'

red 55 ◦ green 11 ◦ blue 212

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

Shades of Han Purple #370BD4

Tints of Han Purple #370BD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 76.26%

R = 19.78%
G = 3.96%
B = 76.26%

CMYK

 C value IS 0.74

 M value IS 0.95

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#370BD4 (or 0x370BD4) is known color: Han Purple. HEX triplet: 37, 0B and D4. RGB value is (55,11,212). Sum of RGB (Red+Green+Blue) = 55+11+212=278 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.78% from 278); Green value is 11 (4.69% from 255 or 3.96% from 278); Blue value is 212 (83.20% from 255 or 76.26% from 278); Max value from RGB is 212 - color contains mainly: blue. Hex color #370BD4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #370BD4 is #C8F42B. Grayscale: #2E2E2E. Windows color (decimal): -13169708 or 13896503. OLE color: 13896503.

HSL color Cylindrical-coordinate representation of color #370BD4: hue angle of 253.13º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #370BD4 is Cyan = 0.74, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 55 11 212 -
CMYK 0.74 0.95 0 0.17
HSL 253.13º 0.9% 0.44% -
HSV(B) 253.13º 0.95% 0.83% -
XYZ 13.58 5.81 62.69 -
YUV 47.07 221.08 133.66 -
System Red Green Blue C M Y K H S L
Decimal 55 11 212 0.74 0.95 0 0.17 253.13 0.9 0.44
Hex 37 B D4 4A 5F 0 11 FD 5A 2C
Octal 67 13 324 112 137 0 21 375 132 54
Binary 110111 1011 11010100 1001010 1011111 0 10001 11111101 1011010 101100

Color Harmonies of #370BD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370BD4

Black with #370BD4

Text Example


Text Example

White with #370BD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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