Html Css Color HEX #35346E Deep Koamaru

📋 copy color: '#35346E'

red 53 ◦ green 52 ◦ blue 110

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

Shades of Deep Koamaru #35346E

Tints of Deep Koamaru #35346E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 24.19%

 BLUE value IS 110 (43.36% from 255) = 51.16%

R = 24.65%
G = 24.19%
B = 51.16%

CMYK

 C value IS 0.52

 M value IS 0.53

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#35346E (or 0x35346E) is known color: Deep Koamaru. HEX triplet: 35, 34 and 6E. RGB value is (53,52,110). Sum of RGB (Red+Green+Blue) = 53+52+110=215 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.65% from 215); Green value is 52 (20.70% from 255 or 24.19% from 215); Blue value is 110 (43.36% from 255 or 51.16% from 215); Max value from RGB is 110 - color contains mainly: blue. Hex color #35346E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35346E is #CACB91. Grayscale: #3A3A3A. Windows color (decimal): -13290386 or 7222325. OLE color: 7222325.

HSL color Cylindrical-coordinate representation of color #35346E: hue angle of 241.03º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #35346E is Cyan = 0.52, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 53 52 110 -
CMYK 0.52 0.53 0 0.57
HSL 241.03º 0.36% 0.32% -
HSV(B) 241.03º 0.53% 0.43% -
XYZ 5.51 4.34 15.3 -
YUV 58.91 156.83 123.78 -
System Red Green Blue C M Y K H S L
Decimal 53 52 110 0.52 0.53 0 0.57 241.03 0.36 0.32
Hex 35 34 6E 34 35 0 39 F1 24 20
Octal 65 64 156 64 65 0 71 361 44 40
Binary 110101 110100 1101110 110100 110101 0 111001 11110001 100100 100000

Color Harmonies of #35346E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35346E

Black with #35346E

Text Example


Text Example

White with #35346E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35346E; }

 p { color: rgb(53,52,110); }

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

background-color css

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

 a { background-color: rgb(53,52,110); }

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

border-color css

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

 span { border-color: rgb(53,52,110); }

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