Html Css Color HEX #35376D Deep Koamaru

📋 copy color: '#35376D'

red 53 ◦ green 55 ◦ blue 109

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

Shades of Deep Koamaru #35376D

Tints of Deep Koamaru #35376D

RGB

 RED value IS 53 (21.09% from 255) = 24.42%

 GREEN value IS 55 (21.88% from 255) = 25.35%

 BLUE value IS 109 (42.97% from 255) = 50.23%

R = 24.42%
G = 25.35%
B = 50.23%

CMYK

 C value IS 0.51

 M value IS 0.50

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#35376D (or 0x35376D) is known color: Deep Koamaru. HEX triplet: 35, 37 and 6D. RGB value is (53,55,109). Sum of RGB (Red+Green+Blue) = 53+55+109=217 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.42% from 217); Green value is 55 (21.88% from 255 or 25.35% from 217); Blue value is 109 (42.97% from 255 or 50.23% from 217); Max value from RGB is 109 - color contains mainly: blue. Hex color #35376D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35376D is #CAC892. Grayscale: #3C3C3C. Windows color (decimal): -13289619 or 7157557. OLE color: 7157557.

HSL color Cylindrical-coordinate representation of color #35376D: hue angle of 237.86º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #35376D is Cyan = 0.51, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 53 55 109 -
CMYK 0.51 0.50 0 0.57
HSL 237.86º 0.35% 0.32% -
HSV(B) 237.86º 0.51% 0.43% -
XYZ 5.59 4.59 15.06 -
YUV 60.56 155.34 122.61 -
System Red Green Blue C M Y K H S L
Decimal 53 55 109 0.51 0.50 0 0.57 237.86 0.35 0.32
Hex 35 37 6D 33 32 0 39 EE 23 20
Octal 65 67 155 63 62 0 71 356 43 40
Binary 110101 110111 1101101 110011 110010 0 111001 11101110 100011 100000

Color Harmonies of #35376D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35376D

Black with #35376D

Text Example


Text Example

White with #35376D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35376D; }

 p { color: rgb(53,55,109); }

 H1.HeaderClassName
 {
   color: #35376D;
 }
 .AnyTagClassName
 {
   color: #35376D;
 }
</style>

background-color css

<style>
 a { background-color: #35376D; }

 a { background-color: rgb(53,55,109); }

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

border-color css

<style>
 span { border-color: #35376D; }

 span { border-color: rgb(53,55,109); }

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