Html Css Color HEX #384C58 Atomic

📋 copy color: '#384C58'

red 56 ◦ green 76 ◦ blue 88

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

Shades of Atomic #384C58

Tints of Atomic #384C58

RGB

 RED value IS 56 (22.27% from 255) = 25.45%

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

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

R = 25.45%
G = 34.55%
B = 40%

CMYK

 C value IS 0.36

 M value IS 0.14

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#384C58 (or 0x384C58) is known color: Atomic. HEX triplet: 38, 4C and 58. RGB value is (56,76,88). Sum of RGB (Red+Green+Blue) = 56+76+88=220 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.45% from 220); Green value is 76 (30.08% from 255 or 34.55% from 220); Blue value is 88 (34.77% from 255 or 40% from 220); Max value from RGB is 88 - color contains mainly: blue. Hex color #384C58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384C58 is #C7B3A7. Grayscale: #474747. Windows color (decimal): -13087656 or 5786680. OLE color: 5786680.

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

Color convert

RGB 56 76 88 -
CMYK 0.36 0.14 0 0.65
HSL 202.5º 0.22% 0.28% -
HSV(B) 202.5º 0.36% 0.35% -
XYZ 5.98 6.71 10.21 -
YUV 71.39 137.37 117.02 -
System Red Green Blue C M Y K H S L
Decimal 56 76 88 0.36 0.14 0 0.65 202.5 0.22 0.28
Hex 38 4C 58 24 E 0 41 CA 16 1C
Octal 70 114 130 44 16 0 101 312 26 34
Binary 111000 1001100 1011000 100100 1110 0 1000001 11001010 10110 11100

Color Harmonies of #384C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384C58

Black with #384C58

Text Example


Text Example

White with #384C58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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