Html Css Color HEX #353075 Deep Koamaru

📋 copy color: '#353075'

red 53 ◦ green 48 ◦ blue 117

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

Shades of Deep Koamaru #353075

Tints of Deep Koamaru #353075

RGB

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

 GREEN value IS 48 (19.14% from 255) = 22.02%

 BLUE value IS 117 (46.09% from 255) = 53.67%

R = 24.31%
G = 22.02%
B = 53.67%

CMYK

 C value IS 0.55

 M value IS 0.59

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#353075 (or 0x353075) is known color: Deep Koamaru. HEX triplet: 35, 30 and 75. RGB value is (53,48,117). Sum of RGB (Red+Green+Blue) = 53+48+117=218 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.31% from 218); Green value is 48 (19.14% from 255 or 22.02% from 218); Blue value is 117 (46.09% from 255 or 53.67% from 218); Max value from RGB is 117 - color contains mainly: blue. Hex color #353075 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353075 is #CACF8A. Grayscale: #393939. Windows color (decimal): -13291403 or 7680053. OLE color: 7680053.

HSL color Cylindrical-coordinate representation of color #353075: hue angle of 244.35º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #353075 is Cyan = 0.55, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 53 48 117 -
CMYK 0.55 0.59 0 0.54
HSL 244.35º 0.42% 0.32% -
HSV(B) 244.35º 0.59% 0.46% -
XYZ 5.74 4.16 17.33 -
YUV 57.36 161.66 124.89 -
System Red Green Blue C M Y K H S L
Decimal 53 48 117 0.55 0.59 0 0.54 244.35 0.42 0.32
Hex 35 30 75 37 3B 0 36 F4 2A 20
Octal 65 60 165 67 73 0 66 364 52 40
Binary 110101 110000 1110101 110111 111011 0 110110 11110100 101010 100000

Color Harmonies of #353075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353075

Black with #353075

Text Example


Text Example

White with #353075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353075; }

 p { color: rgb(53,48,117); }

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

background-color css

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

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

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

border-color css

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

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

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