Html Css Color HEX #384F68 Cello

📋 copy color: '#384F68'

red 56 ◦ green 79 ◦ blue 104

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

Shades of Cello #384F68

Tints of Cello #384F68

RGB

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

 GREEN value IS 79 (31.25% from 255) = 33.05%

 BLUE value IS 104 (41.02% from 255) = 43.51%

R = 23.43%
G = 33.05%
B = 43.51%

CMYK

 C value IS 0.46

 M value IS 0.24

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#384F68 (or 0x384F68) is known color: Cello. HEX triplet: 38, 4F and 68. RGB value is (56,79,104). Sum of RGB (Red+Green+Blue) = 56+79+104=239 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.43% from 239); Green value is 79 (31.25% from 255 or 33.05% from 239); Blue value is 104 (41.02% from 255 or 43.51% from 239); Max value from RGB is 104 - color contains mainly: blue. Hex color #384F68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #384F68 is #C7B097. Grayscale: #4A4A4A. Windows color (decimal): -13086872 or 6836024. OLE color: 6836024.

HSL color Cylindrical-coordinate representation of color #384F68: hue angle of 211.25º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #384F68 is Cyan = 0.46, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 56 79 104 -
CMYK 0.46 0.24 0 0.59
HSL 211.25º 0.3% 0.31% -
HSV(B) 211.25º 0.46% 0.41% -
XYZ 6.93 7.43 14.17 -
YUV 74.97 144.38 114.47 -
System Red Green Blue C M Y K H S L
Decimal 56 79 104 0.46 0.24 0 0.59 211.25 0.3 0.31
Hex 38 4F 68 2E 18 0 3B D3 1E 1F
Octal 70 117 150 56 30 0 73 323 36 37
Binary 111000 1001111 1101000 101110 11000 0 111011 11010011 11110 11111

Color Harmonies of #384F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384F68

Black with #384F68

Text Example


Text Example

White with #384F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,79,104); }

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

background-color css

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

 a { background-color: rgb(56,79,104); }

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

border-color css

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

 span { border-color: rgb(56,79,104); }

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