#342A77

Color #342A77 Deep Koamaru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Koamaru #342A77

Tints of Deep Koamaru #342A77

Color information

#342A77 (or 0x342A77) is unknown color: approx Deep Koamaru. HEX triplet: 34, 2A and 77. RGB value is (52,42,119). Sum of RGB (Red+Green+Blue) = 52+42+119=213 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.41% from 213); Green value is 42 (16.80% from 255 or 19.72% from 213); Blue value is 119 (46.88% from 255 or 55.87% from 213); Max value from RGB is 119 - color contains mainly: blue. Hex color #342A77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342A77 is #CBD588. Grayscale: #353535. Windows color (decimal): -13358473 or 7809588. OLE color: 7809588.

HSL color Cylindrical-coordinate representation of color #342A77: hue angle of 247.79º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #342A77 is Cyan = 0.56, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5242119-
CMYK0.560.6500.53
HSL247.79º47.83%31.57%-
HSV(B)247.79º64.71%46.67%-
XYZ5.573.7217.88-
YUV53.77164.81126.74-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.41%
GREEN value IS 42 (16.80% from 255) = 19.72%
BLUE value IS 119 (46.88% from 255) = 55.87%
R=24.41%
G=19.72%
B=55.87%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal52421190.560.6500.53247.7947.8331.57
Hex342A773841035f83020
Octal6452167701010653706040
Binary11010010101011101111110001000001011010111111000110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342A77; }

 p { color: rgb(52,42,119); }

 H1.HeaderClassName
 {
   color: #342A77;
 }
 .AnyTagClassName
 {
   color: #342A77;
 }
</style>
background-color css

<style>
 a { background-color: #342A77; }

 a { background-color: rgb(52,42,119); }

 div.DivClassName
 {
   background-color: #342A77;
 }
 .BgClassName
 {
   background-color: #342A77;
 }
</style>
border-color css

<style>
 span { border-color: #342A77; }

 span { border-color: rgb(52,42,119); }

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