Html Css Color HEX #35345F Deep Koamaru

📋 copy color: '#35345F'

red 53 ◦ green 52 ◦ blue 95

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

Shades of Deep Koamaru #35345F

Tints of Deep Koamaru #35345F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 47.5%

R = 26.5%
G = 26%
B = 47.5%

CMYK

 C value IS 0.44

 M value IS 0.45

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#35345F (or 0x35345F) is known color: Deep Koamaru. HEX triplet: 35, 34 and 5F. RGB value is (53,52,95). Sum of RGB (Red+Green+Blue) = 53+52+95=200 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.5% from 200); Green value is 52 (20.70% from 255 or 26% from 200); Blue value is 95 (37.5% from 255 or 47.5% from 200); Max value from RGB is 95 - color contains mainly: blue. Hex color #35345F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35345F is #CACBA0. Grayscale: #393939. Windows color (decimal): -13290401 or 6239285. OLE color: 6239285.

HSL color Cylindrical-coordinate representation of color #35345F: hue angle of 241.4º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #35345F is Cyan = 0.44, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 53 52 95 -
CMYK 0.44 0.45 0 0.63
HSL 241.4º 0.29% 0.29% -
HSV(B) 241.4º 0.45% 0.37% -
XYZ 4.76 4.04 11.36 -
YUV 57.2 149.33 125 -
System Red Green Blue C M Y K H S L
Decimal 53 52 95 0.44 0.45 0 0.63 241.4 0.29 0.29
Hex 35 34 5F 2C 2D 0 3F F1 1D 1D
Octal 65 64 137 54 55 0 77 361 35 35
Binary 110101 110100 1011111 101100 101101 0 111111 11110001 11101 11101

Color Harmonies of #35345F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35345F

Black with #35345F

Text Example


Text Example

White with #35345F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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