Html Css Color HEX #384B68 Cello

📋 copy color: '#384B68'

red 56 ◦ green 75 ◦ blue 104

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

Shades of Cello #384B68

Tints of Cello #384B68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 44.26%

R = 23.83%
G = 31.91%
B = 44.26%

CMYK

 C value IS 0.46

 M value IS 0.28

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#384B68 (or 0x384B68) is known color: Cello. HEX triplet: 38, 4B and 68. RGB value is (56,75,104). Sum of RGB (Red+Green+Blue) = 56+75+104=235 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.83% from 235); Green value is 75 (29.69% from 255 or 31.91% from 235); Blue value is 104 (41.02% from 255 or 44.26% from 235); Max value from RGB is 104 - color contains mainly: blue. Hex color #384B68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384B68 is #C7B497. Grayscale: #484848. Windows color (decimal): -13087896 or 6835000. OLE color: 6835000.

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

Color convert

RGB 56 75 104 -
CMYK 0.46 0.28 0 0.59
HSL 216.25º 0.3% 0.31% -
HSV(B) 216.25º 0.46% 0.41% -
XYZ 6.65 6.87 14.07 -
YUV 72.63 145.71 116.14 -
System Red Green Blue C M Y K H S L
Decimal 56 75 104 0.46 0.28 0 0.59 216.25 0.3 0.31
Hex 38 4B 68 2E 1C 0 3B D8 1E 1F
Octal 70 113 150 56 34 0 73 330 36 37
Binary 111000 1001011 1101000 101110 11100 0 111011 11011000 11110 11111

Color Harmonies of #384B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384B68

Black with #384B68

Text Example


Text Example

White with #384B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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