Html Css Color HEX #35386D Deep Koamaru

📋 copy color: '#35386D'

red 53 ◦ green 56 ◦ blue 109

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

Shades of Deep Koamaru #35386D

Tints of Deep Koamaru #35386D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 50%

R = 24.31%
G = 25.69%
B = 50%

CMYK

 C value IS 0.51

 M value IS 0.49

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#35386D (or 0x35386D) is known color: Deep Koamaru. HEX triplet: 35, 38 and 6D. RGB value is (53,56,109). Sum of RGB (Red+Green+Blue) = 53+56+109=218 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.31% from 218); Green value is 56 (22.27% from 255 or 25.69% from 218); Blue value is 109 (42.97% from 255 or 50% from 218); Max value from RGB is 109 - color contains mainly: blue. Hex color #35386D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35386D is #CAC792. Grayscale: #3C3C3C. Windows color (decimal): -13289363 or 7157813. OLE color: 7157813.

HSL color Cylindrical-coordinate representation of color #35386D: hue angle of 236.79º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #35386D is Cyan = 0.51, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 53 56 109 -
CMYK 0.51 0.49 0 0.57
HSL 236.79º 0.35% 0.32% -
HSV(B) 236.79º 0.51% 0.43% -
XYZ 5.64 4.69 15.08 -
YUV 61.15 155.01 122.19 -
System Red Green Blue C M Y K H S L
Decimal 53 56 109 0.51 0.49 0 0.57 236.79 0.35 0.32
Hex 35 38 6D 33 31 0 39 ED 23 20
Octal 65 70 155 63 61 0 71 355 43 40
Binary 110101 111000 1101101 110011 110001 0 111001 11101101 100011 100000

Color Harmonies of #35386D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35386D

Black with #35386D

Text Example


Text Example

White with #35386D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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