Html Css Color HEX #353A6B Deep Koamaru

📋 copy color: '#353A6B'

red 53 ◦ green 58 ◦ blue 107

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

Shades of Deep Koamaru #353A6B

Tints of Deep Koamaru #353A6B

RGB

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

 GREEN value IS 58 (23.05% from 255) = 26.61%

 BLUE value IS 107 (42.19% from 255) = 49.08%

R = 24.31%
G = 26.61%
B = 49.08%

CMYK

 C value IS 0.50

 M value IS 0.46

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#353A6B (or 0x353A6B) is known color: Deep Koamaru. HEX triplet: 35, 3A and 6B. RGB value is (53,58,107). Sum of RGB (Red+Green+Blue) = 53+58+107=218 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.31% from 218); Green value is 58 (23.05% from 255 or 26.61% from 218); Blue value is 107 (42.19% from 255 or 49.08% from 218); Max value from RGB is 107 - color contains mainly: blue. Hex color #353A6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353A6B is #CAC594. Grayscale: #3D3D3D. Windows color (decimal): -13288853 or 7027253. OLE color: 7027253.

HSL color Cylindrical-coordinate representation of color #353A6B: hue angle of 234.44º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #353A6B is Cyan = 0.50, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 53 58 107 -
CMYK 0.50 0.46 0 0.58
HSL 234.44º 0.34% 0.31% -
HSV(B) 234.44º 0.5% 0.42% -
XYZ 5.64 4.84 14.55 -
YUV 62.09 153.34 121.52 -
System Red Green Blue C M Y K H S L
Decimal 53 58 107 0.50 0.46 0 0.58 234.44 0.34 0.31
Hex 35 3A 6B 32 2E 0 3A EA 22 1F
Octal 65 72 153 62 56 0 72 352 42 37
Binary 110101 111010 1101011 110010 101110 0 111010 11101010 100010 11111

Color Harmonies of #353A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353A6B

Black with #353A6B

Text Example


Text Example

White with #353A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353A6B; }

 p { color: rgb(53,58,107); }

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

background-color css

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

 a { background-color: rgb(53,58,107); }

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

border-color css

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

 span { border-color: rgb(53,58,107); }

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