Html Css Color HEX #384D6B Cello

📋 copy color: '#384D6B'

red 56 ◦ green 77 ◦ blue 107

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

Shades of Cello #384D6B

Tints of Cello #384D6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 44.58%

R = 23.33%
G = 32.08%
B = 44.58%

CMYK

 C value IS 0.48

 M value IS 0.28

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#384D6B (or 0x384D6B) is known color: Cello. HEX triplet: 38, 4D and 6B. RGB value is (56,77,107). Sum of RGB (Red+Green+Blue) = 56+77+107=240 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.33% from 240); Green value is 77 (30.47% from 255 or 32.08% from 240); Blue value is 107 (42.19% from 255 or 44.58% from 240); Max value from RGB is 107 - color contains mainly: blue. Hex color #384D6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #384D6B is #C7B294. Grayscale: #4A4A4A. Windows color (decimal): -13087381 or 7032120. OLE color: 7032120.

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

Color convert

RGB 56 77 107 -
CMYK 0.48 0.28 0 0.58
HSL 215.29º 0.31% 0.32% -
HSV(B) 215.29º 0.48% 0.42% -
XYZ 6.94 7.21 14.94 -
YUV 74.14 146.54 115.06 -
System Red Green Blue C M Y K H S L
Decimal 56 77 107 0.48 0.28 0 0.58 215.29 0.31 0.32
Hex 38 4D 6B 30 1C 0 3A D7 1F 20
Octal 70 115 153 60 34 0 72 327 37 40
Binary 111000 1001101 1101011 110000 11100 0 111010 11010111 11111 100000

Color Harmonies of #384D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384D6B

Black with #384D6B

Text Example


Text Example

White with #384D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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