Html Css Color HEX #353867 Deep Koamaru

📋 copy color: '#353867'

red 53 ◦ green 56 ◦ blue 103

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

Shades of Deep Koamaru #353867

Tints of Deep Koamaru #353867

RGB

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

 GREEN value IS 56 (22.27% from 255) = 26.42%

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

R = 25%
G = 26.42%
B = 48.58%

CMYK

 C value IS 0.49

 M value IS 0.46

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#353867 (or 0x353867) is known color: Deep Koamaru. HEX triplet: 35, 38 and 67. RGB value is (53,56,103). Sum of RGB (Red+Green+Blue) = 53+56+103=212 (28% of max value = 765). Red value is 53 (21.09% from 255 or 25% from 212); Green value is 56 (22.27% from 255 or 26.42% from 212); Blue value is 103 (40.62% from 255 or 48.58% from 212); Max value from RGB is 103 - color contains mainly: blue. Hex color #353867 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353867 is #CAC798. Grayscale: #3C3C3C. Windows color (decimal): -13289369 or 6764597. OLE color: 6764597.

HSL color Cylindrical-coordinate representation of color #353867: hue angle of 236.4º 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 #353867 is Cyan = 0.49, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 53 56 103 -
CMYK 0.49 0.46 0 0.60
HSL 236.4º 0.32% 0.31% -
HSV(B) 236.4º 0.49% 0.4% -
XYZ 5.33 4.56 13.43 -
YUV 60.46 152.01 122.68 -
System Red Green Blue C M Y K H S L
Decimal 53 56 103 0.49 0.46 0 0.60 236.4 0.32 0.31
Hex 35 38 67 31 2E 0 3C EC 20 1F
Octal 65 70 147 61 56 0 74 354 40 37
Binary 110101 111000 1100111 110001 101110 0 111100 11101100 100000 11111

Color Harmonies of #353867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353867

Black with #353867

Text Example


Text Example

White with #353867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353867; }

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

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

background-color css

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

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

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

border-color css

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

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

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