Html Css Color HEX #35386A Deep Koamaru

📋 copy color: '#35386A'

red 53 ◦ green 56 ◦ blue 106

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

Shades of Deep Koamaru #35386A

Tints of Deep Koamaru #35386A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 49.3%

R = 24.65%
G = 26.05%
B = 49.3%

CMYK

 C value IS 0.5

 M value IS 0.47

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#35386A (or 0x35386A) is known color: Deep Koamaru. HEX triplet: 35, 38 and 6A. RGB value is (53,56,106). Sum of RGB (Red+Green+Blue) = 53+56+106=215 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.65% from 215); Green value is 56 (22.27% from 255 or 26.05% from 215); Blue value is 106 (41.80% from 255 or 49.30% from 215); Max value from RGB is 106 - color contains mainly: blue. Hex color #35386A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35386A is #CAC795. Grayscale: #3C3C3C. Windows color (decimal): -13289366 or 6961205. OLE color: 6961205.

HSL color Cylindrical-coordinate representation of color #35386A: hue angle of 236.6º degrees, saturation: 0.33, 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 #35386A is Cyan = 0.5, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 53 56 106 -
CMYK 0.5 0.47 0 0.58
HSL 236.6º 0.33% 0.31% -
HSV(B) 236.6º 0.5% 0.42% -
XYZ 5.48 4.63 14.24 -
YUV 60.8 153.51 122.43 -
System Red Green Blue C M Y K H S L
Decimal 53 56 106 0.5 0.47 0 0.58 236.6 0.33 0.31
Hex 35 38 6A 32 2F 0 3A ED 21 1F
Octal 65 70 152 62 57 0 72 355 41 37
Binary 110101 111000 1101010 110010 101111 0 111010 11101101 100001 11111

Color Harmonies of #35386A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35386A

Black with #35386A

Text Example


Text Example

White with #35386A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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