Html Css Color HEX #34366E Deep Koamaru

📋 copy color: '#34366E'

red 52 ◦ green 54 ◦ blue 110

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

Shades of Deep Koamaru #34366E

Tints of Deep Koamaru #34366E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 50.93%

R = 24.07%
G = 25%
B = 50.93%

CMYK

 C value IS 0.53

 M value IS 0.51

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#34366E (or 0x34366E) is known color: Deep Koamaru. HEX triplet: 34, 36 and 6E. RGB value is (52,54,110). Sum of RGB (Red+Green+Blue) = 52+54+110=216 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.07% from 216); Green value is 54 (21.48% from 255 or 25% from 216); Blue value is 110 (43.36% from 255 or 50.93% from 216); Max value from RGB is 110 - color contains mainly: blue. Hex color #34366E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34366E is #CBC991. Grayscale: #3B3B3B. Windows color (decimal): -13355410 or 7222836. OLE color: 7222836.

HSL color Cylindrical-coordinate representation of color #34366E: hue angle of 237.93º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #34366E is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 52 54 110 -
CMYK 0.53 0.51 0 0.57
HSL 237.93º 0.36% 0.32% -
HSV(B) 237.93º 0.53% 0.43% -
XYZ 5.55 4.49 15.33 -
YUV 59.79 156.34 122.45 -
System Red Green Blue C M Y K H S L
Decimal 52 54 110 0.53 0.51 0 0.57 237.93 0.36 0.32
Hex 34 36 6E 35 33 0 39 EE 24 20
Octal 64 66 156 65 63 0 71 356 44 40
Binary 110100 110110 1101110 110101 110011 0 111001 11101110 100100 100000

Color Harmonies of #34366E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34366E

Black with #34366E

Text Example


Text Example

White with #34366E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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