Html Css Color HEX #34355A Deep Koamaru

📋 copy color: '#34355A'

red 52 ◦ green 53 ◦ blue 90

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

Shades of Deep Koamaru #34355A

Tints of Deep Koamaru #34355A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 46.15%

R = 26.67%
G = 27.18%
B = 46.15%

CMYK

 C value IS 0.42

 M value IS 0.41

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#34355A (or 0x34355A) is known color: Deep Koamaru. HEX triplet: 34, 35 and 5A. RGB value is (52,53,90). Sum of RGB (Red+Green+Blue) = 52+53+90=195 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.67% from 195); Green value is 53 (21.09% from 255 or 27.18% from 195); Blue value is 90 (35.55% from 255 or 46.15% from 195); Max value from RGB is 90 - color contains mainly: blue. Hex color #34355A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34355A is #CBCAA5. Grayscale: #383838. Windows color (decimal): -13355686 or 5911860. OLE color: 5911860.

HSL color Cylindrical-coordinate representation of color #34355A: hue angle of 238.42º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #34355A is Cyan = 0.42, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 52 53 90 -
CMYK 0.42 0.41 0 0.65
HSL 238.42º 0.27% 0.28% -
HSV(B) 238.42º 0.42% 0.35% -
XYZ 4.53 4.01 10.21 -
YUV 56.92 146.67 124.49 -
System Red Green Blue C M Y K H S L
Decimal 52 53 90 0.42 0.41 0 0.65 238.42 0.27 0.28
Hex 34 35 5A 2A 29 0 41 EE 1B 1C
Octal 64 65 132 52 51 0 101 356 33 34
Binary 110100 110101 1011010 101010 101001 0 1000001 11101110 11011 11100

Color Harmonies of #34355A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34355A

Black with #34355A

Text Example


Text Example

White with #34355A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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