Html Css Color HEX #35375B Deep Koamaru

📋 copy color: '#35375B'

red 53 ◦ green 55 ◦ blue 91

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

Shades of Deep Koamaru #35375B

Tints of Deep Koamaru #35375B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 45.73%

R = 26.63%
G = 27.64%
B = 45.73%

CMYK

 C value IS 0.42

 M value IS 0.40

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#35375B (or 0x35375B) is known color: Deep Koamaru. HEX triplet: 35, 37 and 5B. RGB value is (53,55,91). Sum of RGB (Red+Green+Blue) = 53+55+91=199 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.63% from 199); Green value is 55 (21.88% from 255 or 27.64% from 199); Blue value is 91 (35.94% from 255 or 45.73% from 199); Max value from RGB is 91 - color contains mainly: blue. Hex color #35375B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35375B is #CAC8A4. Grayscale: #3A3A3A. Windows color (decimal): -13289637 or 5977909. OLE color: 5977909.

HSL color Cylindrical-coordinate representation of color #35375B: hue angle of 236.84º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #35375B is Cyan = 0.42, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 53 55 91 -
CMYK 0.42 0.40 0 0.64
HSL 236.84º 0.26% 0.28% -
HSV(B) 236.84º 0.42% 0.36% -
XYZ 4.72 4.24 10.47 -
YUV 58.51 146.34 124.07 -
System Red Green Blue C M Y K H S L
Decimal 53 55 91 0.42 0.40 0 0.64 236.84 0.26 0.28
Hex 35 37 5B 2A 28 0 40 ED 1A 1C
Octal 65 67 133 52 50 0 100 355 32 34
Binary 110101 110111 1011011 101010 101000 0 1000000 11101101 11010 11100

Color Harmonies of #35375B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35375B

Black with #35375B

Text Example


Text Example

White with #35375B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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