Html Css Color HEX #38485A Cello

📋 copy color: '#38485A'

red 56 ◦ green 72 ◦ blue 90

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

Shades of Cello #38485A

Tints of Cello #38485A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 41.28%

R = 25.69%
G = 33.03%
B = 41.28%

CMYK

 C value IS 0.38

 M value IS 0.20

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#38485A (or 0x38485A) is known color: Cello. HEX triplet: 38, 48 and 5A. RGB value is (56,72,90). Sum of RGB (Red+Green+Blue) = 56+72+90=218 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.69% from 218); Green value is 72 (28.52% from 255 or 33.03% from 218); Blue value is 90 (35.55% from 255 or 41.28% from 218); Max value from RGB is 90 - color contains mainly: blue. Hex color #38485A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38485A is #C7B7A5. Grayscale: #454545. Windows color (decimal): -13088678 or 5916728. OLE color: 5916728.

HSL color Cylindrical-coordinate representation of color #38485A: hue angle of 211.76º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #38485A is Cyan = 0.38, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 56 72 90 -
CMYK 0.38 0.20 0 0.65
HSL 211.76º 0.23% 0.29% -
HSV(B) 211.76º 0.38% 0.35% -
XYZ 5.79 6.21 10.57 -
YUV 69.27 139.7 118.54 -
System Red Green Blue C M Y K H S L
Decimal 56 72 90 0.38 0.20 0 0.65 211.76 0.23 0.29
Hex 38 48 5A 26 14 0 41 D4 17 1D
Octal 70 110 132 46 24 0 101 324 27 35
Binary 111000 1001000 1011010 100110 10100 0 1000001 11010100 10111 11101

Color Harmonies of #38485A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38485A

Black with #38485A

Text Example


Text Example

White with #38485A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38485A; }

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

 H1.HeaderClassName
 {
   color: #38485A;
 }
 .AnyTagClassName
 {
   color: #38485A;
 }
</style>

background-color css

<style>
 a { background-color: #38485A; }

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

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

border-color css

<style>
 span { border-color: #38485A; }

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

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