Html Css Color HEX #353066 Deep Koamaru

📋 copy color: '#353066'

red 53 ◦ green 48 ◦ blue 102

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

Shades of Deep Koamaru #353066

Tints of Deep Koamaru #353066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 50.25%

R = 26.11%
G = 23.65%
B = 50.25%

CMYK

 C value IS 0.48

 M value IS 0.53

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#353066 (or 0x353066) is known color: Deep Koamaru. HEX triplet: 35, 30 and 66. RGB value is (53,48,102). Sum of RGB (Red+Green+Blue) = 53+48+102=203 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.11% from 203); Green value is 48 (19.14% from 255 or 23.65% from 203); Blue value is 102 (40.23% from 255 or 50.25% from 203); Max value from RGB is 102 - color contains mainly: blue. Hex color #353066 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353066 is #CACF99. Grayscale: #373737. Windows color (decimal): -13291418 or 6697013. OLE color: 6697013.

HSL color Cylindrical-coordinate representation of color #353066: hue angle of 245.56º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #353066 is Cyan = 0.48, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 53 48 102 -
CMYK 0.48 0.53 0 0.6
HSL 245.56º 0.36% 0.29% -
HSV(B) 245.56º 0.53% 0.4% -
XYZ 4.92 3.83 13.05 -
YUV 55.65 154.16 126.11 -
System Red Green Blue C M Y K H S L
Decimal 53 48 102 0.48 0.53 0 0.6 245.56 0.36 0.29
Hex 35 30 66 30 35 0 3C F6 24 1D
Octal 65 60 146 60 65 0 74 366 44 35
Binary 110101 110000 1100110 110000 110101 0 111100 11110110 100100 11101

Color Harmonies of #353066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353066

Black with #353066

Text Example


Text Example

White with #353066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353066; }

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

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

background-color css

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

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

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

border-color css

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

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

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