Html Css Color HEX #35345A Deep Koamaru

📋 copy color: '#35345A'

red 53 ◦ green 52 ◦ blue 90

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

Shades of Deep Koamaru #35345A

Tints of Deep Koamaru #35345A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 46.15%

R = 27.18%
G = 26.67%
B = 46.15%

CMYK

 C value IS 0.41

 M value IS 0.42

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#35345A (or 0x35345A) is known color: Deep Koamaru. HEX triplet: 35, 34 and 5A. RGB value is (53,52,90). Sum of RGB (Red+Green+Blue) = 53+52+90=195 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.18% from 195); Green value is 52 (20.70% from 255 or 26.67% from 195); Blue value is 90 (35.55% from 255 or 46.15% from 195); Max value from RGB is 90 - color contains mainly: blue. Hex color #35345A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35345A is #CACBA5. Grayscale: #383838. Windows color (decimal): -13290406 or 5911605. OLE color: 5911605.

HSL color Cylindrical-coordinate representation of color #35345A: hue angle of 241.58º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #35345A is Cyan = 0.41, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 53 52 90 -
CMYK 0.41 0.42 0 0.65
HSL 241.58º 0.27% 0.28% -
HSV(B) 241.58º 0.42% 0.35% -
XYZ 4.54 3.95 10.2 -
YUV 56.63 146.83 125.41 -
System Red Green Blue C M Y K H S L
Decimal 53 52 90 0.41 0.42 0 0.65 241.58 0.27 0.28
Hex 35 34 5A 29 2A 0 41 F2 1B 1C
Octal 65 64 132 51 52 0 101 362 33 34
Binary 110101 110100 1011010 101001 101010 0 1000001 11110010 11011 11100

Color Harmonies of #35345A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35345A

Black with #35345A

Text Example


Text Example

White with #35345A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35345A; }

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

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

background-color css

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

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

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

border-color css

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

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

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