Html Css Color HEX #370BCD Han Purple

📋 copy color: '#370BCD'

red 55 ◦ green 11 ◦ blue 205

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

Shades of Han Purple #370BCD

Tints of Han Purple #370BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 75.65%

R = 20.3%
G = 4.06%
B = 75.65%

CMYK

 C value IS 0.73

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#370BCD (or 0x370BCD) is known color: Han Purple. HEX triplet: 37, 0B and CD. RGB value is (55,11,205). Sum of RGB (Red+Green+Blue) = 55+11+205=271 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.30% from 271); Green value is 11 (4.69% from 255 or 4.06% from 271); Blue value is 205 (80.47% from 255 or 75.65% from 271); Max value from RGB is 205 - color contains mainly: blue. Hex color #370BCD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #370BCD is #C8F432. Grayscale: #2D2D2D. Windows color (decimal): -13169715 or 13437751. OLE color: 13437751.

HSL color Cylindrical-coordinate representation of color #370BCD: hue angle of 253.61º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #370BCD is Cyan = 0.73, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 55 11 205 -
CMYK 0.73 0.95 0 0.20
HSL 253.61º 0.9% 0.42% -
HSV(B) 253.61º 0.95% 0.8% -
XYZ 12.71 5.46 58.14 -
YUV 46.27 217.58 134.23 -
System Red Green Blue C M Y K H S L
Decimal 55 11 205 0.73 0.95 0 0.20 253.61 0.9 0.42
Hex 37 B CD 49 5F 0 14 FE 5A 2A
Octal 67 13 315 111 137 0 24 376 132 52
Binary 110111 1011 11001101 1001001 1011111 0 10100 11111110 1011010 101010

Color Harmonies of #370BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370BCD

Black with #370BCD

Text Example


Text Example

White with #370BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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