Html Css Color HEX #34365E Deep Koamaru

📋 copy color: '#34365E'

red 52 ◦ green 54 ◦ blue 94

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

Shades of Deep Koamaru #34365E

Tints of Deep Koamaru #34365E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 47%

R = 26%
G = 27%
B = 47%

CMYK

 C value IS 0.45

 M value IS 0.43

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#34365E (or 0x34365E) is known color: Deep Koamaru. HEX triplet: 34, 36 and 5E. RGB value is (52,54,94). Sum of RGB (Red+Green+Blue) = 52+54+94=200 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26% from 200); Green value is 54 (21.48% from 255 or 27% from 200); Blue value is 94 (37.11% from 255 or 47% from 200); Max value from RGB is 94 - color contains mainly: blue. Hex color #34365E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34365E is #CBC9A1. Grayscale: #393939. Windows color (decimal): -13355426 or 6174260. OLE color: 6174260.

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

Color convert

RGB 52 54 94 -
CMYK 0.45 0.43 0 0.63
HSL 237.14º 0.29% 0.29% -
HSV(B) 237.14º 0.45% 0.37% -
XYZ 4.76 4.18 11.15 -
YUV 57.96 148.34 123.75 -
System Red Green Blue C M Y K H S L
Decimal 52 54 94 0.45 0.43 0 0.63 237.14 0.29 0.29
Hex 34 36 5E 2D 2B 0 3F ED 1D 1D
Octal 64 66 136 55 53 0 77 355 35 35
Binary 110100 110110 1011110 101101 101011 0 111111 11101101 11101 11101

Color Harmonies of #34365E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34365E

Black with #34365E

Text Example


Text Example

White with #34365E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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