Html Css Color HEX #38464B Big Stone

📋 copy color: '#38464B'

red 56 ◦ green 70 ◦ blue 75

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

Shades of Big Stone #38464B

Tints of Big Stone #38464B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 37.31%

R = 27.86%
G = 34.83%
B = 37.31%

CMYK

 C value IS 0.25

 M value IS 0.07

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#38464B (or 0x38464B) is known color: Big Stone. HEX triplet: 38, 46 and 4B. RGB value is (56,70,75). Sum of RGB (Red+Green+Blue) = 56+70+75=201 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.86% from 201); Green value is 70 (27.73% from 255 or 34.83% from 201); Blue value is 75 (29.69% from 255 or 37.31% from 201); Max value from RGB is 75 - color contains mainly: blue. Hex color #38464B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38464B is #C7B9B4. Grayscale: #424242. Windows color (decimal): -13089205 or 4933176. OLE color: 4933176.

HSL color Cylindrical-coordinate representation of color #38464B: hue angle of 195.79º degrees, saturation: 0.15, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #38464B is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 56 70 75 -
CMYK 0.25 0.07 0 0.71
HSL 195.79º 0.15% 0.26% -
HSV(B) 195.79º 0.25% 0.29% -
XYZ 5.09 5.73 7.49 -
YUV 66.38 132.86 120.59 -
System Red Green Blue C M Y K H S L
Decimal 56 70 75 0.25 0.07 0 0.71 195.79 0.15 0.26
Hex 38 46 4B 19 7 0 47 C4 F 1A
Octal 70 106 113 31 7 0 107 304 17 32
Binary 111000 1000110 1001011 11001 111 0 1000111 11000100 1111 11010

Color Harmonies of #38464B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38464B

Black with #38464B

Text Example


Text Example

White with #38464B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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