Html Css Color HEX #35346C Deep Koamaru

📋 copy color: '#35346C'

red 53 ◦ green 52 ◦ blue 108

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

Shades of Deep Koamaru #35346C

Tints of Deep Koamaru #35346C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 24.41%

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

R = 24.88%
G = 24.41%
B = 50.7%

CMYK

 C value IS 0.51

 M value IS 0.52

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#35346C (or 0x35346C) is known color: Deep Koamaru. HEX triplet: 35, 34 and 6C. RGB value is (53,52,108). Sum of RGB (Red+Green+Blue) = 53+52+108=213 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.88% from 213); Green value is 52 (20.70% from 255 or 24.41% from 213); Blue value is 108 (42.58% from 255 or 50.70% from 213); Max value from RGB is 108 - color contains mainly: blue. Hex color #35346C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35346C is #CACB93. Grayscale: #3A3A3A. Windows color (decimal): -13290388 or 7091253. OLE color: 7091253.

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

Color convert

RGB 53 52 108 -
CMYK 0.51 0.52 0 0.58
HSL 241.07º 0.35% 0.31% -
HSV(B) 241.07º 0.52% 0.42% -
XYZ 5.4 4.3 14.73 -
YUV 58.68 155.83 123.95 -
System Red Green Blue C M Y K H S L
Decimal 53 52 108 0.51 0.52 0 0.58 241.07 0.35 0.31
Hex 35 34 6C 33 34 0 3A F1 23 1F
Octal 65 64 154 63 64 0 72 361 43 37
Binary 110101 110100 1101100 110011 110100 0 111010 11110001 100011 11111

Color Harmonies of #35346C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35346C

Black with #35346C

Text Example


Text Example

White with #35346C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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