Html Css Color HEX #334C58 Atomic

📋 copy color: '#334C58'

red 51 ◦ green 76 ◦ blue 88

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

Shades of Atomic #334C58

Tints of Atomic #334C58

RGB

 RED value IS 51 (20.31% from 255) = 23.72%

 GREEN value IS 76 (30.08% from 255) = 35.35%

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

R = 23.72%
G = 35.35%
B = 40.93%

CMYK

 C value IS 0.42

 M value IS 0.14

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#334C58 (or 0x334C58) is known color: Atomic. HEX triplet: 33, 4C and 58. RGB value is (51,76,88). Sum of RGB (Red+Green+Blue) = 51+76+88=215 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.72% from 215); Green value is 76 (30.08% from 255 or 35.35% from 215); Blue value is 88 (34.77% from 255 or 40.93% from 215); Max value from RGB is 88 - color contains mainly: blue. Hex color #334C58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334C58 is #CCB3A7. Grayscale: #454545. Windows color (decimal): -13415336 or 5786675. OLE color: 5786675.

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

Color convert

RGB 51 76 88 -
CMYK 0.42 0.14 0 0.65
HSL 199.46º 0.27% 0.27% -
HSV(B) 199.46º 0.42% 0.35% -
XYZ 5.71 6.58 10.2 -
YUV 69.89 138.22 114.52 -
System Red Green Blue C M Y K H S L
Decimal 51 76 88 0.42 0.14 0 0.65 199.46 0.27 0.27
Hex 33 4C 58 2A E 0 41 C7 1B 1B
Octal 63 114 130 52 16 0 101 307 33 33
Binary 110011 1001100 1011000 101010 1110 0 1000001 11000111 11011 11011

Color Harmonies of #334C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334C58

Black with #334C58

Text Example


Text Example

White with #334C58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334C58; }

 p { color: rgb(51,76,88); }

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

background-color css

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

 a { background-color: rgb(51,76,88); }

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

border-color css

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

 span { border-color: rgb(51,76,88); }

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