Html Css Color HEX #353266 Deep Koamaru

📋 copy color: '#353266'

red 53 ◦ green 50 ◦ blue 102

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

Shades of Deep Koamaru #353266

Tints of Deep Koamaru #353266

RGB

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

 GREEN value IS 50 (19.92% from 255) = 24.39%

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

R = 25.85%
G = 24.39%
B = 49.76%

CMYK

 C value IS 0.48

 M value IS 0.51

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#353266 (or 0x353266) is known color: Deep Koamaru. HEX triplet: 35, 32 and 66. RGB value is (53,50,102). Sum of RGB (Red+Green+Blue) = 53+50+102=205 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.85% from 205); Green value is 50 (19.92% from 255 or 24.39% from 205); Blue value is 102 (40.23% from 255 or 49.76% from 205); Max value from RGB is 102 - color contains mainly: blue. Hex color #353266 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353266 is #CACD99. Grayscale: #383838. Windows color (decimal): -13290906 or 6697525. OLE color: 6697525.

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

Color convert

RGB 53 50 102 -
CMYK 0.48 0.51 0 0.6
HSL 243.46º 0.34% 0.3% -
HSV(B) 243.46º 0.51% 0.4% -
XYZ 5.01 4 13.08 -
YUV 56.83 153.49 125.27 -
System Red Green Blue C M Y K H S L
Decimal 53 50 102 0.48 0.51 0 0.6 243.46 0.34 0.3
Hex 35 32 66 30 33 0 3C F3 22 1E
Octal 65 62 146 60 63 0 74 363 42 36
Binary 110101 110010 1100110 110000 110011 0 111100 11110011 100010 11110

Color Harmonies of #353266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353266

Black with #353266

Text Example


Text Example

White with #353266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353266; }

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

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

background-color css

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

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

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

border-color css

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

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

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