Html Css Color HEX #384F69 Cello

📋 copy color: '#384F69'

red 56 ◦ green 79 ◦ blue 105

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

Shades of Cello #384F69

Tints of Cello #384F69

RGB

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

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

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

R = 23.33%
G = 32.92%
B = 43.75%

CMYK

 C value IS 0.47

 M value IS 0.25

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#384F69 (or 0x384F69) is known color: Cello. HEX triplet: 38, 4F and 69. RGB value is (56,79,105). Sum of RGB (Red+Green+Blue) = 56+79+105=240 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.33% from 240); Green value is 79 (31.25% from 255 or 32.92% from 240); Blue value is 105 (41.41% from 255 or 43.75% from 240); Max value from RGB is 105 - color contains mainly: blue. Hex color #384F69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #384F69 is #C7B096. Grayscale: #4A4A4A. Windows color (decimal): -13086871 or 6901560. OLE color: 6901560.

HSL color Cylindrical-coordinate representation of color #384F69: hue angle of 211.84º 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 #384F69 is Cyan = 0.47, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 56 79 105 -
CMYK 0.47 0.25 0 0.59
HSL 211.84º 0.3% 0.32% -
HSV(B) 211.84º 0.47% 0.41% -
XYZ 6.98 7.45 14.44 -
YUV 75.09 144.88 114.39 -
System Red Green Blue C M Y K H S L
Decimal 56 79 105 0.47 0.25 0 0.59 211.84 0.3 0.32
Hex 38 4F 69 2F 19 0 3B D4 1E 20
Octal 70 117 151 57 31 0 73 324 36 40
Binary 111000 1001111 1101001 101111 11001 0 111011 11010100 11110 100000

Color Harmonies of #384F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384F69

Black with #384F69

Text Example


Text Example

White with #384F69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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