Html Css Color HEX #34355C Deep Koamaru

📋 copy color: '#34355C'

red 52 ◦ green 53 ◦ blue 92

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

Shades of Deep Koamaru #34355C

Tints of Deep Koamaru #34355C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 46.7%

R = 26.4%
G = 26.9%
B = 46.7%

CMYK

 C value IS 0.43

 M value IS 0.42

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#34355C (or 0x34355C) is known color: Deep Koamaru. HEX triplet: 34, 35 and 5C. RGB value is (52,53,92). Sum of RGB (Red+Green+Blue) = 52+53+92=197 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.40% from 197); Green value is 53 (21.09% from 255 or 26.90% from 197); Blue value is 92 (36.33% from 255 or 46.70% from 197); Max value from RGB is 92 - color contains mainly: blue. Hex color #34355C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34355C is #CBCAA3. Grayscale: #383838. Windows color (decimal): -13355684 or 6042932. OLE color: 6042932.

HSL color Cylindrical-coordinate representation of color #34355C: hue angle of 238.5º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #34355C is Cyan = 0.43, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 52 53 92 -
CMYK 0.43 0.42 0 0.64
HSL 238.5º 0.28% 0.28% -
HSV(B) 238.5º 0.43% 0.36% -
XYZ 4.62 4.05 10.66 -
YUV 57.15 147.67 124.33 -
System Red Green Blue C M Y K H S L
Decimal 52 53 92 0.43 0.42 0 0.64 238.5 0.28 0.28
Hex 34 35 5C 2B 2A 0 40 EE 1C 1C
Octal 64 65 134 53 52 0 100 356 34 34
Binary 110100 110101 1011100 101011 101010 0 1000000 11101110 11100 11100

Color Harmonies of #34355C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34355C

Black with #34355C

Text Example


Text Example

White with #34355C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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