Html Css Color HEX #38484F Atomic

📋 copy color: '#38484F'

red 56 ◦ green 72 ◦ blue 79

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

Shades of Atomic #38484F

Tints of Atomic #38484F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 34.78%

 BLUE value IS 79 (31.25% from 255) = 38.16%

R = 27.05%
G = 34.78%
B = 38.16%

CMYK

 C value IS 0.29

 M value IS 0.09

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#38484F (or 0x38484F) is known color: Atomic. HEX triplet: 38, 48 and 4F. RGB value is (56,72,79). Sum of RGB (Red+Green+Blue) = 56+72+79=207 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.05% from 207); Green value is 72 (28.52% from 255 or 34.78% from 207); Blue value is 79 (31.25% from 255 or 38.16% from 207); Max value from RGB is 79 - color contains mainly: blue. Hex color #38484F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38484F is #C7B7B0. Grayscale: #434343. Windows color (decimal): -13088689 or 5195832. OLE color: 5195832.

HSL color Cylindrical-coordinate representation of color #38484F: hue angle of 198.26º degrees, saturation: 0.17, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #38484F is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 56 72 79 -
CMYK 0.29 0.09 0 0.69
HSL 198.26º 0.17% 0.26% -
HSV(B) 198.26º 0.29% 0.31% -
XYZ 5.36 6.04 8.28 -
YUV 68.01 134.2 119.43 -
System Red Green Blue C M Y K H S L
Decimal 56 72 79 0.29 0.09 0 0.69 198.26 0.17 0.26
Hex 38 48 4F 1D 9 0 45 C6 11 1A
Octal 70 110 117 35 11 0 105 306 21 32
Binary 111000 1001000 1001111 11101 1001 0 1000101 11000110 10001 11010

Color Harmonies of #38484F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38484F

Black with #38484F

Text Example


Text Example

White with #38484F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38484F; }

 p { color: rgb(56,72,79); }

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

background-color css

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

 a { background-color: rgb(56,72,79); }

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

border-color css

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

 span { border-color: rgb(56,72,79); }

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