Html Css Color HEX #352E77 Deep Koamaru

📋 copy color: '#352E77'

red 53 ◦ green 46 ◦ blue 119

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

Shades of Deep Koamaru #352E77

Tints of Deep Koamaru #352E77

RGB

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

 GREEN value IS 46 (18.36% from 255) = 21.1%

 BLUE value IS 119 (46.88% from 255) = 54.59%

R = 24.31%
G = 21.1%
B = 54.59%

CMYK

 C value IS 0.55

 M value IS 0.61

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#352E77 (or 0x352E77) is known color: Deep Koamaru. HEX triplet: 35, 2E and 77. RGB value is (53,46,119). Sum of RGB (Red+Green+Blue) = 53+46+119=218 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.31% from 218); Green value is 46 (18.36% from 255 or 21.10% from 218); Blue value is 119 (46.88% from 255 or 54.59% from 218); Max value from RGB is 119 - color contains mainly: blue. Hex color #352E77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352E77 is #CAD188. Grayscale: #383838. Windows color (decimal): -13291913 or 7810613. OLE color: 7810613.

HSL color Cylindrical-coordinate representation of color #352E77: hue angle of 245.75º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #352E77 is Cyan = 0.55, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 53 46 119 -
CMYK 0.55 0.61 0 0.53
HSL 245.75º 0.44% 0.32% -
HSV(B) 245.75º 0.61% 0.47% -
XYZ 5.77 4.04 17.93 -
YUV 56.42 163.32 125.56 -
System Red Green Blue C M Y K H S L
Decimal 53 46 119 0.55 0.61 0 0.53 245.75 0.44 0.32
Hex 35 2E 77 37 3D 0 35 F6 2C 20
Octal 65 56 167 67 75 0 65 366 54 40
Binary 110101 101110 1110111 110111 111101 0 110101 11110110 101100 100000

Color Harmonies of #352E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352E77

Black with #352E77

Text Example


Text Example

White with #352E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352E77; }

 p { color: rgb(53,46,119); }

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

background-color css

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

 a { background-color: rgb(53,46,119); }

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

border-color css

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

 span { border-color: rgb(53,46,119); }

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