Html Css Color HEX #34355F Deep Koamaru

📋 copy color: '#34355F'

red 52 ◦ green 53 ◦ blue 95

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

Shades of Deep Koamaru #34355F

Tints of Deep Koamaru #34355F

RGB

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

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

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

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

CMYK

 C value IS 0.45

 M value IS 0.44

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#34355F (or 0x34355F) is known color: Deep Koamaru. HEX triplet: 34, 35 and 5F. RGB value is (52,53,95). Sum of RGB (Red+Green+Blue) = 52+53+95=200 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26% from 200); Green value is 53 (21.09% from 255 or 26.5% 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 #34355F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34355F is #CBCAA0. Grayscale: #393939. Windows color (decimal): -13355681 or 6239540. OLE color: 6239540.

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

Color convert

RGB 52 53 95 -
CMYK 0.45 0.44 0 0.63
HSL 238.6º 0.29% 0.29% -
HSV(B) 238.6º 0.45% 0.37% -
XYZ 4.75 4.1 11.37 -
YUV 57.49 149.17 124.08 -
System Red Green Blue C M Y K H S L
Decimal 52 53 95 0.45 0.44 0 0.63 238.6 0.29 0.29
Hex 34 35 5F 2D 2C 0 3F EF 1D 1D
Octal 64 65 137 55 54 0 77 357 35 35
Binary 110100 110101 1011111 101101 101100 0 111111 11101111 11101 11101

Color Harmonies of #34355F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34355F

Black with #34355F

Text Example


Text Example

White with #34355F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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