Html Css Color HEX #343658 Deep Koamaru

📋 copy color: '#343658'

red 52 ◦ green 54 ◦ blue 88

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

Shades of Deep Koamaru #343658

Tints of Deep Koamaru #343658

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 45.36%

R = 26.8%
G = 27.84%
B = 45.36%

CMYK

 C value IS 0.41

 M value IS 0.39

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#343658 (or 0x343658) is known color: Deep Koamaru. HEX triplet: 34, 36 and 58. RGB value is (52,54,88). Sum of RGB (Red+Green+Blue) = 52+54+88=194 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.80% from 194); Green value is 54 (21.48% from 255 or 27.84% from 194); Blue value is 88 (34.77% from 255 or 45.36% from 194); Max value from RGB is 88 - color contains mainly: blue. Hex color #343658 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343658 is #CBC9A7. Grayscale: #393939. Windows color (decimal): -13355432 or 5781044. OLE color: 5781044.

HSL color Cylindrical-coordinate representation of color #343658: hue angle of 236.67º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #343658 is Cyan = 0.41, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 52 54 88 -
CMYK 0.41 0.39 0 0.65
HSL 236.67º 0.26% 0.27% -
HSV(B) 236.67º 0.41% 0.35% -
XYZ 4.5 4.07 9.78 -
YUV 57.28 145.34 124.24 -
System Red Green Blue C M Y K H S L
Decimal 52 54 88 0.41 0.39 0 0.65 236.67 0.26 0.27
Hex 34 36 58 29 27 0 41 ED 1A 1B
Octal 64 66 130 51 47 0 101 355 32 33
Binary 110100 110110 1011000 101001 100111 0 1000001 11101101 11010 11011

Color Harmonies of #343658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343658

Black with #343658

Text Example


Text Example

White with #343658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343658; }

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

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

background-color css

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

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

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

border-color css

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

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

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