Html Css Color HEX #343277 Deep Koamaru

📋 copy color: '#343277'

red 52 ◦ green 50 ◦ blue 119

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

Shades of Deep Koamaru #343277

Tints of Deep Koamaru #343277

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.62%

 BLUE value IS 119 (46.88% from 255) = 53.85%

R = 23.53%
G = 22.62%
B = 53.85%

CMYK

 C value IS 0.56

 M value IS 0.58

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#343277 (or 0x343277) is known color: Deep Koamaru. HEX triplet: 34, 32 and 77. RGB value is (52,50,119). Sum of RGB (Red+Green+Blue) = 52+50+119=221 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.53% from 221); Green value is 50 (19.92% from 255 or 22.62% from 221); Blue value is 119 (46.88% from 255 or 53.85% from 221); Max value from RGB is 119 - color contains mainly: blue. Hex color #343277 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343277 is #CBCD88. Grayscale: #3A3A3A. Windows color (decimal): -13356425 or 7811636. OLE color: 7811636.

HSL color Cylindrical-coordinate representation of color #343277: hue angle of 241.74º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #343277 is Cyan = 0.56, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 52 50 119 -
CMYK 0.56 0.58 0 0.53
HSL 241.74º 0.41% 0.33% -
HSV(B) 241.74º 0.58% 0.47% -
XYZ 5.89 4.34 17.98 -
YUV 58.46 162.16 123.39 -
System Red Green Blue C M Y K H S L
Decimal 52 50 119 0.56 0.58 0 0.53 241.74 0.41 0.33
Hex 34 32 77 38 3A 0 35 F2 29 21
Octal 64 62 167 70 72 0 65 362 51 41
Binary 110100 110010 1110111 111000 111010 0 110101 11110010 101001 100001

Color Harmonies of #343277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343277

Black with #343277

Text Example


Text Example

White with #343277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343277; }

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

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

background-color css

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

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

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

border-color css

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

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

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