Html Css Color HEX #353865 Deep Koamaru

📋 copy color: '#353865'

red 53 ◦ green 56 ◦ blue 101

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

Shades of Deep Koamaru #353865

Tints of Deep Koamaru #353865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 48.1%

R = 25.24%
G = 26.67%
B = 48.1%

CMYK

 C value IS 0.48

 M value IS 0.45

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#353865 (or 0x353865) is known color: Deep Koamaru. HEX triplet: 35, 38 and 65. RGB value is (53,56,101). Sum of RGB (Red+Green+Blue) = 53+56+101=210 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.24% from 210); Green value is 56 (22.27% from 255 or 26.67% from 210); Blue value is 101 (39.84% from 255 or 48.10% from 210); Max value from RGB is 101 - color contains mainly: blue. Hex color #353865 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353865 is #CAC79A. Grayscale: #3C3C3C. Windows color (decimal): -13289371 or 6633525. OLE color: 6633525.

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

Color convert

RGB 53 56 101 -
CMYK 0.48 0.45 0 0.60
HSL 236.25º 0.31% 0.3% -
HSV(B) 236.25º 0.48% 0.4% -
XYZ 5.23 4.52 12.91 -
YUV 60.23 151.01 122.84 -
System Red Green Blue C M Y K H S L
Decimal 53 56 101 0.48 0.45 0 0.60 236.25 0.31 0.3
Hex 35 38 65 30 2D 0 3C EC 1F 1E
Octal 65 70 145 60 55 0 74 354 37 36
Binary 110101 111000 1100101 110000 101101 0 111100 11101100 11111 11110

Color Harmonies of #353865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353865

Black with #353865

Text Example


Text Example

White with #353865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353865; }

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

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

background-color css

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

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

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

border-color css

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

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

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