Html Css Color HEX #384E6B Cello

📋 copy color: '#384E6B'

red 56 ◦ green 78 ◦ blue 107

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

Shades of Cello #384E6B

Tints of Cello #384E6B

RGB

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

 GREEN value IS 78 (30.86% from 255) = 32.37%

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

R = 23.24%
G = 32.37%
B = 44.4%

CMYK

 C value IS 0.48

 M value IS 0.27

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#384E6B (or 0x384E6B) is known color: Cello. HEX triplet: 38, 4E and 6B. RGB value is (56,78,107). Sum of RGB (Red+Green+Blue) = 56+78+107=241 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.24% from 241); Green value is 78 (30.86% from 255 or 32.37% from 241); Blue value is 107 (42.19% from 255 or 44.40% from 241); Max value from RGB is 107 - color contains mainly: blue. Hex color #384E6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #384E6B is #C7B194. Grayscale: #4A4A4A. Windows color (decimal): -13087125 or 7032376. OLE color: 7032376.

HSL color Cylindrical-coordinate representation of color #384E6B: hue angle of 214.12º 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 #384E6B is Cyan = 0.48, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 56 78 107 -
CMYK 0.48 0.27 0 0.58
HSL 214.12º 0.31% 0.32% -
HSV(B) 214.12º 0.48% 0.42% -
XYZ 7.01 7.35 14.96 -
YUV 74.73 146.21 114.64 -
System Red Green Blue C M Y K H S L
Decimal 56 78 107 0.48 0.27 0 0.58 214.12 0.31 0.32
Hex 38 4E 6B 30 1B 0 3A D6 1F 20
Octal 70 116 153 60 33 0 72 326 37 40
Binary 111000 1001110 1101011 110000 11011 0 111010 11010110 11111 100000

Color Harmonies of #384E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384E6B

Black with #384E6B

Text Example


Text Example

White with #384E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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