Html Css Color HEX #343461 Deep Koamaru

📋 copy color: '#343461'

red 52 ◦ green 52 ◦ blue 97

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

Shades of Deep Koamaru #343461

Tints of Deep Koamaru #343461

RGB

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

 GREEN value IS 52 (20.7% from 255) = 25.87%

 BLUE value IS 97 (38.28% from 255) = 48.26%

R = 25.87%
G = 25.87%
B = 48.26%

CMYK

 C value IS 0.46

 M value IS 0.46

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#343461 (or 0x343461) is known color: Deep Koamaru. HEX triplet: 34, 34 and 61. RGB value is (52,52,97). Sum of RGB (Red+Green+Blue) = 52+52+97=201 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.87% from 201); Green value is 52 (20.70% from 255 or 25.87% from 201); Blue value is 97 (38.28% from 255 or 48.26% from 201); Max value from RGB is 97 - color contains mainly: blue. Hex color #343461 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343461 is #CBCB9E. Grayscale: #383838. Windows color (decimal): -13355935 or 6370356. OLE color: 6370356.

HSL color Cylindrical-coordinate representation of color #343461: hue angle of 240º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #343461 is Cyan = 0.46, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 52 52 97 -
CMYK 0.46 0.46 0 0.62
HSL 240º 0.3% 0.29% -
HSV(B) 240º 0.46% 0.38% -
XYZ 4.8 4.05 11.84 -
YUV 57.13 150.5 124.34 -
System Red Green Blue C M Y K H S L
Decimal 52 52 97 0.46 0.46 0 0.62 240 0.3 0.29
Hex 34 34 61 2E 2E 0 3E F0 1E 1D
Octal 64 64 141 56 56 0 76 360 36 35
Binary 110100 110100 1100001 101110 101110 0 111110 11110000 11110 11101

Color Harmonies of #343461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343461

Black with #343461

Text Example


Text Example

White with #343461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343461; }

 p { color: rgb(52,52,97); }

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

background-color css

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

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

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

border-color css

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

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

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