Html Css Color HEX #34375F Deep Koamaru

📋 copy color: '#34375F'

red 52 ◦ green 55 ◦ blue 95

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

Shades of Deep Koamaru #34375F

Tints of Deep Koamaru #34375F

RGB

 RED value IS 52 (20.7% from 255) = 25.74%

 GREEN value IS 55 (21.88% from 255) = 27.23%

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

R = 25.74%
G = 27.23%
B = 47.03%

CMYK

 C value IS 0.45

 M value IS 0.42

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#34375F (or 0x34375F) is known color: Deep Koamaru. HEX triplet: 34, 37 and 5F. RGB value is (52,55,95). Sum of RGB (Red+Green+Blue) = 52+55+95=202 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.74% from 202); Green value is 55 (21.88% from 255 or 27.23% from 202); Blue value is 95 (37.5% from 255 or 47.03% from 202); Max value from RGB is 95 - color contains mainly: blue. Hex color #34375F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34375F is #CBC8A0. Grayscale: #3A3A3A. Windows color (decimal): -13355169 or 6240052. OLE color: 6240052.

HSL color Cylindrical-coordinate representation of color #34375F: hue angle of 235.81º 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 #34375F is Cyan = 0.45, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 52 55 95 -
CMYK 0.45 0.42 0 0.63
HSL 235.81º 0.29% 0.29% -
HSV(B) 235.81º 0.45% 0.37% -
XYZ 4.85 4.29 11.4 -
YUV 58.66 148.51 123.25 -
System Red Green Blue C M Y K H S L
Decimal 52 55 95 0.45 0.42 0 0.63 235.81 0.29 0.29
Hex 34 37 5F 2D 2A 0 3F EC 1D 1D
Octal 64 67 137 55 52 0 77 354 35 35
Binary 110100 110111 1011111 101101 101010 0 111111 11101100 11101 11101

Color Harmonies of #34375F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34375F

Black with #34375F

Text Example


Text Example

White with #34375F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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