Html Css Color HEX #353667 Deep Koamaru

📋 copy color: '#353667'

red 53 ◦ green 54 ◦ blue 103

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

Shades of Deep Koamaru #353667

Tints of Deep Koamaru #353667

RGB

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

 GREEN value IS 54 (21.48% from 255) = 25.71%

 BLUE value IS 103 (40.63% from 255) = 49.05%

R = 25.24%
G = 25.71%
B = 49.05%

CMYK

 C value IS 0.49

 M value IS 0.48

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#353667 (or 0x353667) is known color: Deep Koamaru. HEX triplet: 35, 36 and 67. RGB value is (53,54,103). Sum of RGB (Red+Green+Blue) = 53+54+103=210 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.24% from 210); Green value is 54 (21.48% from 255 or 25.71% from 210); Blue value is 103 (40.62% from 255 or 49.05% from 210); Max value from RGB is 103 - color contains mainly: blue. Hex color #353667 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353667 is #CAC998. Grayscale: #3B3B3B. Windows color (decimal): -13289881 or 6764085. OLE color: 6764085.

HSL color Cylindrical-coordinate representation of color #353667: hue angle of 238.8º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #353667 is Cyan = 0.49, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 53 54 103 -
CMYK 0.49 0.48 0 0.60
HSL 238.8º 0.32% 0.31% -
HSV(B) 238.8º 0.49% 0.4% -
XYZ 5.24 4.37 13.4 -
YUV 59.29 152.67 123.52 -
System Red Green Blue C M Y K H S L
Decimal 53 54 103 0.49 0.48 0 0.60 238.8 0.32 0.31
Hex 35 36 67 31 30 0 3C EF 20 1F
Octal 65 66 147 61 60 0 74 357 40 37
Binary 110101 110110 1100111 110001 110000 0 111100 11101111 100000 11111

Color Harmonies of #353667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353667

Black with #353667

Text Example


Text Example

White with #353667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353667; }

 p { color: rgb(53,54,103); }

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

background-color css

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

 a { background-color: rgb(53,54,103); }

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

border-color css

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

 span { border-color: rgb(53,54,103); }

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