Html Css Color HEX #34365A Deep Koamaru

📋 copy color: '#34365A'

red 52 ◦ green 54 ◦ blue 90

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

Shades of Deep Koamaru #34365A

Tints of Deep Koamaru #34365A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 27.55%

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

R = 26.53%
G = 27.55%
B = 45.92%

CMYK

 C value IS 0.42

 M value IS 0.40

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#34365A (or 0x34365A) is known color: Deep Koamaru. HEX triplet: 34, 36 and 5A. RGB value is (52,54,90). Sum of RGB (Red+Green+Blue) = 52+54+90=196 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.53% from 196); Green value is 54 (21.48% from 255 or 27.55% from 196); Blue value is 90 (35.55% from 255 or 45.92% from 196); Max value from RGB is 90 - color contains mainly: blue. Hex color #34365A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34365A is #CBC9A5. Grayscale: #393939. Windows color (decimal): -13355430 or 5912116. OLE color: 5912116.

HSL color Cylindrical-coordinate representation of color #34365A: hue angle of 236.84º 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 #34365A is Cyan = 0.42, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 52 54 90 -
CMYK 0.42 0.40 0 0.65
HSL 236.84º 0.27% 0.28% -
HSV(B) 236.84º 0.42% 0.35% -
XYZ 4.58 4.11 10.22 -
YUV 57.51 146.34 124.07 -
System Red Green Blue C M Y K H S L
Decimal 52 54 90 0.42 0.40 0 0.65 236.84 0.27 0.28
Hex 34 36 5A 2A 28 0 41 ED 1B 1C
Octal 64 66 132 52 50 0 101 355 33 34
Binary 110100 110110 1011010 101010 101000 0 1000001 11101101 11011 11100

Color Harmonies of #34365A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34365A

Black with #34365A

Text Example


Text Example

White with #34365A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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