Html Css Color HEX #35345C Deep Koamaru

📋 copy color: '#35345C'

red 53 ◦ green 52 ◦ blue 92

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

Shades of Deep Koamaru #35345C

Tints of Deep Koamaru #35345C

RGB

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

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

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

R = 26.9%
G = 26.4%
B = 46.7%

CMYK

 C value IS 0.42

 M value IS 0.43

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#35345C (or 0x35345C) is known color: Deep Koamaru. HEX triplet: 35, 34 and 5C. RGB value is (53,52,92). Sum of RGB (Red+Green+Blue) = 53+52+92=197 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.90% from 197); Green value is 52 (20.70% from 255 or 26.40% from 197); Blue value is 92 (36.33% from 255 or 46.70% from 197); Max value from RGB is 92 - color contains mainly: blue. Hex color #35345C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35345C is #CACBA3. Grayscale: #383838. Windows color (decimal): -13290404 or 6042677. OLE color: 6042677.

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

Color convert

RGB 53 52 92 -
CMYK 0.42 0.43 0 0.64
HSL 241.5º 0.28% 0.28% -
HSV(B) 241.5º 0.43% 0.36% -
XYZ 4.63 3.99 10.65 -
YUV 56.86 147.83 125.25 -
System Red Green Blue C M Y K H S L
Decimal 53 52 92 0.42 0.43 0 0.64 241.5 0.28 0.28
Hex 35 34 5C 2A 2B 0 40 F2 1C 1C
Octal 65 64 134 52 53 0 100 362 34 34
Binary 110101 110100 1011100 101010 101011 0 1000000 11110010 11100 11100

Color Harmonies of #35345C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35345C

Black with #35345C

Text Example


Text Example

White with #35345C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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