Html Css Color HEX #384E69 Cello

📋 copy color: '#384E69'

red 56 ◦ green 78 ◦ blue 105

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

Shades of Cello #384E69

Tints of Cello #384E69

RGB

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

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

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

R = 23.43%
G = 32.64%
B = 43.93%

CMYK

 C value IS 0.47

 M value IS 0.26

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#384E69 (or 0x384E69) is known color: Cello. HEX triplet: 38, 4E and 69. RGB value is (56,78,105). Sum of RGB (Red+Green+Blue) = 56+78+105=239 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.43% from 239); Green value is 78 (30.86% from 255 or 32.64% from 239); Blue value is 105 (41.41% from 255 or 43.93% from 239); Max value from RGB is 105 - color contains mainly: blue. Hex color #384E69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #384E69 is #C7B196. Grayscale: #4A4A4A. Windows color (decimal): -13087127 or 6901304. OLE color: 6901304.

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

Color convert

RGB 56 78 105 -
CMYK 0.47 0.26 0 0.59
HSL 213.06º 0.3% 0.32% -
HSV(B) 213.06º 0.47% 0.41% -
XYZ 6.91 7.31 14.41 -
YUV 74.5 145.21 114.8 -
System Red Green Blue C M Y K H S L
Decimal 56 78 105 0.47 0.26 0 0.59 213.06 0.3 0.32
Hex 38 4E 69 2F 1A 0 3B D5 1E 20
Octal 70 116 151 57 32 0 73 325 36 40
Binary 111000 1001110 1101001 101111 11010 0 111011 11010101 11110 100000

Color Harmonies of #384E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384E69

Black with #384E69

Text Example


Text Example

White with #384E69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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