Html Css Color HEX #35356C Deep Koamaru

📋 copy color: '#35356C'

red 53 ◦ green 53 ◦ blue 108

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

Shades of Deep Koamaru #35356C

Tints of Deep Koamaru #35356C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 24.77%

 BLUE value IS 108 (42.58% from 255) = 50.47%

R = 24.77%
G = 24.77%
B = 50.47%

CMYK

 C value IS 0.51

 M value IS 0.51

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#35356C (or 0x35356C) is known color: Deep Koamaru. HEX triplet: 35, 35 and 6C. RGB value is (53,53,108). Sum of RGB (Red+Green+Blue) = 53+53+108=214 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.77% from 214); Green value is 53 (21.09% from 255 or 24.77% from 214); Blue value is 108 (42.58% from 255 or 50.47% from 214); Max value from RGB is 108 - color contains mainly: blue. Hex color #35356C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35356C is #CACA93. Grayscale: #3B3B3B. Windows color (decimal): -13290132 or 7091509. OLE color: 7091509.

HSL color Cylindrical-coordinate representation of color #35356C: hue angle of 240º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #35356C is Cyan = 0.51, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 53 53 108 -
CMYK 0.51 0.51 0 0.58
HSL 240º 0.34% 0.32% -
HSV(B) 240º 0.51% 0.42% -
XYZ 5.45 4.39 14.75 -
YUV 59.27 155.5 123.53 -
System Red Green Blue C M Y K H S L
Decimal 53 53 108 0.51 0.51 0 0.58 240 0.34 0.32
Hex 35 35 6C 33 33 0 3A F0 22 20
Octal 65 65 154 63 63 0 72 360 42 40
Binary 110101 110101 1101100 110011 110011 0 111010 11110000 100010 100000

Color Harmonies of #35356C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35356C

Black with #35356C

Text Example


Text Example

White with #35356C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,53,108); }

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

background-color css

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

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

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

border-color css

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

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

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