Html Css Color HEX #384965 Cello

📋 copy color: '#384965'

red 56 ◦ green 73 ◦ blue 101

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

Shades of Cello #384965

Tints of Cello #384965

RGB

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

 GREEN value IS 73 (28.91% from 255) = 31.74%

 BLUE value IS 101 (39.84% from 255) = 43.91%

R = 24.35%
G = 31.74%
B = 43.91%

CMYK

 C value IS 0.45

 M value IS 0.28

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#384965 (or 0x384965) is known color: Cello. HEX triplet: 38, 49 and 65. RGB value is (56,73,101). Sum of RGB (Red+Green+Blue) = 56+73+101=230 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.35% from 230); Green value is 73 (28.91% from 255 or 31.74% from 230); Blue value is 101 (39.84% from 255 or 43.91% from 230); Max value from RGB is 101 - color contains mainly: blue. Hex color #384965 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384965 is #C7B69A. Grayscale: #464646. Windows color (decimal): -13088411 or 6637880. OLE color: 6637880.

HSL color Cylindrical-coordinate representation of color #384965: hue angle of 217.33º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #384965 is Cyan = 0.45, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 56 73 101 -
CMYK 0.45 0.28 0 0.60
HSL 217.33º 0.29% 0.31% -
HSV(B) 217.33º 0.45% 0.4% -
XYZ 6.36 6.55 13.24 -
YUV 71.11 144.87 117.22 -
System Red Green Blue C M Y K H S L
Decimal 56 73 101 0.45 0.28 0 0.60 217.33 0.29 0.31
Hex 38 49 65 2D 1C 0 3C D9 1D 1F
Octal 70 111 145 55 34 0 74 331 35 37
Binary 111000 1001001 1100101 101101 11100 0 111100 11011001 11101 11111

Color Harmonies of #384965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384965

Black with #384965

Text Example


Text Example

White with #384965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384965; }

 p { color: rgb(56,73,101); }

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

background-color css

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

 a { background-color: rgb(56,73,101); }

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

border-color css

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

 span { border-color: rgb(56,73,101); }

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