Html Css Color HEX #38464C Atomic

📋 copy color: '#38464C'

red 56 ◦ green 70 ◦ blue 76

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

Shades of Atomic #38464C

Tints of Atomic #38464C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 34.65%

 BLUE value IS 76 (30.08% from 255) = 37.62%

R = 27.72%
G = 34.65%
B = 37.62%

CMYK

 C value IS 0.26

 M value IS 0.08

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#38464C (or 0x38464C) is known color: Atomic. HEX triplet: 38, 46 and 4C. RGB value is (56,70,76). Sum of RGB (Red+Green+Blue) = 56+70+76=202 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.72% from 202); Green value is 70 (27.73% from 255 or 34.65% from 202); Blue value is 76 (30.08% from 255 or 37.62% from 202); Max value from RGB is 76 - color contains mainly: blue. Hex color #38464C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38464C is #C7B9B3. Grayscale: #424242. Windows color (decimal): -13089204 or 4998712. OLE color: 4998712.

HSL color Cylindrical-coordinate representation of color #38464C: hue angle of 198º degrees, saturation: 0.15, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #38464C is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 56 70 76 -
CMYK 0.26 0.08 0 0.70
HSL 198º 0.15% 0.26% -
HSV(B) 198º 0.26% 0.3% -
XYZ 5.13 5.74 7.68 -
YUV 66.5 133.36 120.51 -
System Red Green Blue C M Y K H S L
Decimal 56 70 76 0.26 0.08 0 0.70 198 0.15 0.26
Hex 38 46 4C 1A 8 0 46 C6 F 1A
Octal 70 106 114 32 10 0 106 306 17 32
Binary 111000 1000110 1001100 11010 1000 0 1000110 11000110 1111 11010

Color Harmonies of #38464C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38464C

Black with #38464C

Text Example


Text Example

White with #38464C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38464C; }

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

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

background-color css

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

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

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

border-color css

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

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

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