Html Css Color HEX #384B65 Cello

📋 copy color: '#384B65'

red 56 ◦ green 75 ◦ blue 101

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

Shades of Cello #384B65

Tints of Cello #384B65

RGB

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

 GREEN value IS 75 (29.69% from 255) = 32.33%

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

R = 24.14%
G = 32.33%
B = 43.53%

CMYK

 C value IS 0.45

 M value IS 0.26

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#384B65 (or 0x384B65) is known color: Cello. HEX triplet: 38, 4B and 65. RGB value is (56,75,101). Sum of RGB (Red+Green+Blue) = 56+75+101=232 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.14% from 232); Green value is 75 (29.69% from 255 or 32.33% from 232); Blue value is 101 (39.84% from 255 or 43.53% from 232); Max value from RGB is 101 - color contains mainly: blue. Hex color #384B65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384B65 is #C7B49A. Grayscale: #484848. Windows color (decimal): -13087899 or 6638392. OLE color: 6638392.

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

Color convert

RGB 56 75 101 -
CMYK 0.45 0.26 0 0.60
HSL 214.67º 0.29% 0.31% -
HSV(B) 214.67º 0.45% 0.4% -
XYZ 6.5 6.81 13.28 -
YUV 72.28 144.21 116.39 -
System Red Green Blue C M Y K H S L
Decimal 56 75 101 0.45 0.26 0 0.60 214.67 0.29 0.31
Hex 38 4B 65 2D 1A 0 3C D7 1D 1F
Octal 70 113 145 55 32 0 74 327 35 37
Binary 111000 1001011 1100101 101101 11010 0 111100 11010111 11101 11111

Color Harmonies of #384B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384B65

Black with #384B65

Text Example


Text Example

White with #384B65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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