Html Css Color HEX #384F6C Cello

📋 copy color: '#384F6C'

red 56 ◦ green 79 ◦ blue 108

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

Shades of Cello #384F6C

Tints of Cello #384F6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 44.44%

R = 23.05%
G = 32.51%
B = 44.44%

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

#384F6C (or 0x384F6C) is known color: Cello. HEX triplet: 38, 4F and 6C. RGB value is (56,79,108). Sum of RGB (Red+Green+Blue) = 56+79+108=243 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.05% from 243); Green value is 79 (31.25% from 255 or 32.51% from 243); Blue value is 108 (42.58% from 255 or 44.44% from 243); Max value from RGB is 108 - color contains mainly: blue. Hex color #384F6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #384F6C is #C7B093. Grayscale: #4B4B4B. Windows color (decimal): -13086868 or 7098168. OLE color: 7098168.

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

Color convert

RGB 56 79 108 -
CMYK 0.48 0.27 0 0.58
HSL 213.46º 0.32% 0.32% -
HSV(B) 213.46º 0.48% 0.42% -
XYZ 7.13 7.52 15.26 -
YUV 75.43 146.38 114.14 -
System Red Green Blue C M Y K H S L
Decimal 56 79 108 0.48 0.27 0 0.58 213.46 0.32 0.32
Hex 38 4F 6C 30 1B 0 3A D5 20 20
Octal 70 117 154 60 33 0 72 325 40 40
Binary 111000 1001111 1101100 110000 11011 0 111010 11010101 100000 100000

Color Harmonies of #384F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384F6C

Black with #384F6C

Text Example


Text Example

White with #384F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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