Html Css Color HEX #35375A Deep Koamaru

📋 copy color: '#35375A'

red 53 ◦ green 55 ◦ blue 90

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

Shades of Deep Koamaru #35375A

Tints of Deep Koamaru #35375A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 45.45%

R = 26.77%
G = 27.78%
B = 45.45%

CMYK

 C value IS 0.41

 M value IS 0.39

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#35375A (or 0x35375A) is known color: Deep Koamaru. HEX triplet: 35, 37 and 5A. RGB value is (53,55,90). Sum of RGB (Red+Green+Blue) = 53+55+90=198 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.77% from 198); Green value is 55 (21.88% from 255 or 27.78% from 198); Blue value is 90 (35.55% from 255 or 45.45% from 198); Max value from RGB is 90 - color contains mainly: blue. Hex color #35375A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35375A is #CAC8A5. Grayscale: #3A3A3A. Windows color (decimal): -13289638 or 5912373. OLE color: 5912373.

HSL color Cylindrical-coordinate representation of color #35375A: hue angle of 236.76º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #35375A is Cyan = 0.41, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 53 55 90 -
CMYK 0.41 0.39 0 0.65
HSL 236.76º 0.26% 0.28% -
HSV(B) 236.76º 0.41% 0.35% -
XYZ 4.68 4.23 10.24 -
YUV 58.39 145.84 124.15 -
System Red Green Blue C M Y K H S L
Decimal 53 55 90 0.41 0.39 0 0.65 236.76 0.26 0.28
Hex 35 37 5A 29 27 0 41 ED 1A 1C
Octal 65 67 132 51 47 0 101 355 32 34
Binary 110101 110111 1011010 101001 100111 0 1000001 11101101 11010 11100

Color Harmonies of #35375A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35375A

Black with #35375A

Text Example


Text Example

White with #35375A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35375A; }

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

 H1.HeaderClassName
 {
   color: #35375A;
 }
 .AnyTagClassName
 {
   color: #35375A;
 }
</style>

background-color css

<style>
 a { background-color: #35375A; }

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

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

border-color css

<style>
 span { border-color: #35375A; }

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

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