Html Css Color HEX #384C67 Cello

📋 copy color: '#384C67'

red 56 ◦ green 76 ◦ blue 103

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

Shades of Cello #384C67

Tints of Cello #384C67

RGB

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

 GREEN value IS 76 (30.08% from 255) = 32.34%

 BLUE value IS 103 (40.63% from 255) = 43.83%

R = 23.83%
G = 32.34%
B = 43.83%

CMYK

 C value IS 0.46

 M value IS 0.26

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#384C67 (or 0x384C67) is known color: Cello. HEX triplet: 38, 4C and 67. RGB value is (56,76,103). Sum of RGB (Red+Green+Blue) = 56+76+103=235 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.83% from 235); Green value is 76 (30.08% from 255 or 32.34% from 235); Blue value is 103 (40.62% from 255 or 43.83% from 235); Max value from RGB is 103 - color contains mainly: blue. Hex color #384C67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384C67 is #C7B398. Grayscale: #484848. Windows color (decimal): -13087641 or 6769720. OLE color: 6769720.

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

Color convert

RGB 56 76 103 -
CMYK 0.46 0.26 0 0.60
HSL 214.47º 0.3% 0.31% -
HSV(B) 214.47º 0.46% 0.4% -
XYZ 6.66 6.99 13.83 -
YUV 73.1 144.87 115.8 -
System Red Green Blue C M Y K H S L
Decimal 56 76 103 0.46 0.26 0 0.60 214.47 0.3 0.31
Hex 38 4C 67 2E 1A 0 3C D6 1E 1F
Octal 70 114 147 56 32 0 74 326 36 37
Binary 111000 1001100 1100111 101110 11010 0 111100 11010110 11110 11111

Color Harmonies of #384C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384C67

Black with #384C67

Text Example


Text Example

White with #384C67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,76,103); }

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

background-color css

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

 a { background-color: rgb(56,76,103); }

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

border-color css

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

 span { border-color: rgb(56,76,103); }

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