Html Css Color HEX #35375C Deep Koamaru

📋 copy color: '#35375C'

red 53 ◦ green 55 ◦ blue 92

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

Shades of Deep Koamaru #35375C

Tints of Deep Koamaru #35375C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 46%

R = 26.5%
G = 27.5%
B = 46%

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

#35375C (or 0x35375C) is known color: Deep Koamaru. HEX triplet: 35, 37 and 5C. RGB value is (53,55,92). Sum of RGB (Red+Green+Blue) = 53+55+92=200 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.5% from 200); Green value is 55 (21.88% from 255 or 27.5% from 200); Blue value is 92 (36.33% from 255 or 46% from 200); Max value from RGB is 92 - color contains mainly: blue. Hex color #35375C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35375C is #CAC8A3. Grayscale: #3A3A3A. Windows color (decimal): -13289636 or 6043445. OLE color: 6043445.

HSL color Cylindrical-coordinate representation of color #35375C: hue angle of 236.92º degrees, saturation: 0.27, 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 #35375C is Cyan = 0.42, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 53 55 92 -
CMYK 0.42 0.40 0 0.64
HSL 236.92º 0.27% 0.28% -
HSV(B) 236.92º 0.42% 0.36% -
XYZ 4.77 4.26 10.7 -
YUV 58.62 146.84 123.99 -
System Red Green Blue C M Y K H S L
Decimal 53 55 92 0.42 0.40 0 0.64 236.92 0.27 0.28
Hex 35 37 5C 2A 28 0 40 ED 1B 1C
Octal 65 67 134 52 50 0 100 355 33 34
Binary 110101 110111 1011100 101010 101000 0 1000000 11101101 11011 11100

Color Harmonies of #35375C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35375C

Black with #35375C

Text Example


Text Example

White with #35375C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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