Html Css Color HEX #35376E Deep Koamaru

📋 copy color: '#35376E'

red 53 ◦ green 55 ◦ blue 110

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

Shades of Deep Koamaru #35376E

Tints of Deep Koamaru #35376E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 50.46%

R = 24.31%
G = 25.23%
B = 50.46%

CMYK

 C value IS 0.52

 M value IS 0.5

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#35376E (or 0x35376E) is known color: Deep Koamaru. HEX triplet: 35, 37 and 6E. RGB value is (53,55,110). Sum of RGB (Red+Green+Blue) = 53+55+110=218 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.31% from 218); Green value is 55 (21.88% from 255 or 25.23% from 218); Blue value is 110 (43.36% from 255 or 50.46% from 218); Max value from RGB is 110 - color contains mainly: blue. Hex color #35376E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35376E is #CAC891. Grayscale: #3C3C3C. Windows color (decimal): -13289618 or 7223093. OLE color: 7223093.

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

Color convert

RGB 53 55 110 -
CMYK 0.52 0.5 0 0.57
HSL 237.89º 0.35% 0.32% -
HSV(B) 237.89º 0.52% 0.43% -
XYZ 5.65 4.62 15.34 -
YUV 60.67 155.84 122.53 -
System Red Green Blue C M Y K H S L
Decimal 53 55 110 0.52 0.5 0 0.57 237.89 0.35 0.32
Hex 35 37 6E 34 32 0 39 EE 23 20
Octal 65 67 156 64 62 0 71 356 43 40
Binary 110101 110111 1101110 110100 110010 0 111001 11101110 100011 100000

Color Harmonies of #35376E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35376E

Black with #35376E

Text Example


Text Example

White with #35376E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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