Html Css Color HEX #384D6A Cello

📋 copy color: '#384D6A'

red 56 ◦ green 77 ◦ blue 106

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

Shades of Cello #384D6A

Tints of Cello #384D6A

RGB

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

 GREEN value IS 77 (30.47% from 255) = 32.22%

 BLUE value IS 106 (41.8% from 255) = 44.35%

R = 23.43%
G = 32.22%
B = 44.35%

CMYK

 C value IS 0.47

 M value IS 0.27

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#384D6A (or 0x384D6A) is known color: Cello. HEX triplet: 38, 4D and 6A. RGB value is (56,77,106). Sum of RGB (Red+Green+Blue) = 56+77+106=239 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.43% from 239); Green value is 77 (30.47% from 255 or 32.22% from 239); Blue value is 106 (41.80% from 255 or 44.35% from 239); Max value from RGB is 106 - color contains mainly: blue. Hex color #384D6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #384D6A is #C7B295. Grayscale: #494949. Windows color (decimal): -13087382 or 6966584. OLE color: 6966584.

HSL color Cylindrical-coordinate representation of color #384D6A: hue angle of 214.8º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #384D6A is Cyan = 0.47, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 56 77 106 -
CMYK 0.47 0.27 0 0.58
HSL 214.8º 0.31% 0.32% -
HSV(B) 214.8º 0.47% 0.42% -
XYZ 6.89 7.19 14.66 -
YUV 74.03 146.04 115.14 -
System Red Green Blue C M Y K H S L
Decimal 56 77 106 0.47 0.27 0 0.58 214.8 0.31 0.32
Hex 38 4D 6A 2F 1B 0 3A D7 1F 20
Octal 70 115 152 57 33 0 72 327 37 40
Binary 111000 1001101 1101010 101111 11011 0 111010 11010111 11111 100000

Color Harmonies of #384D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384D6A

Black with #384D6A

Text Example


Text Example

White with #384D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,77,106); }

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

background-color css

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

 a { background-color: rgb(56,77,106); }

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

border-color css

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

 span { border-color: rgb(56,77,106); }

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