Html Css Color HEX #384D69 Cello

📋 copy color: '#384D69'

red 56 ◦ green 77 ◦ blue 105

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

Shades of Cello #384D69

Tints of Cello #384D69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 44.12%

R = 23.53%
G = 32.35%
B = 44.12%

CMYK

 C value IS 0.47

 M value IS 0.27

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#384D69 (or 0x384D69) is known color: Cello. HEX triplet: 38, 4D and 69. RGB value is (56,77,105). Sum of RGB (Red+Green+Blue) = 56+77+105=238 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.53% from 238); Green value is 77 (30.47% from 255 or 32.35% from 238); Blue value is 105 (41.41% from 255 or 44.12% from 238); Max value from RGB is 105 - color contains mainly: blue. Hex color #384D69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #384D69 is #C7B296. Grayscale: #494949. Windows color (decimal): -13087383 or 6901048. OLE color: 6901048.

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

Color convert

RGB 56 77 105 -
CMYK 0.47 0.27 0 0.59
HSL 214.29º 0.3% 0.32% -
HSV(B) 214.29º 0.47% 0.41% -
XYZ 6.83 7.17 14.39 -
YUV 73.91 145.54 115.22 -
System Red Green Blue C M Y K H S L
Decimal 56 77 105 0.47 0.27 0 0.59 214.29 0.3 0.32
Hex 38 4D 69 2F 1B 0 3B D6 1E 20
Octal 70 115 151 57 33 0 73 326 36 40
Binary 111000 1001101 1101001 101111 11011 0 111011 11010110 11110 100000

Color Harmonies of #384D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384D69

Black with #384D69

Text Example


Text Example

White with #384D69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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