Html Css Color HEX #384D67 Cello

📋 copy color: '#384D67'

red 56 ◦ green 77 ◦ blue 103

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

Shades of Cello #384D67

Tints of Cello #384D67

RGB

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

 GREEN value IS 77 (30.47% from 255) = 32.63%

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

R = 23.73%
G = 32.63%
B = 43.64%

CMYK

 C value IS 0.46

 M value IS 0.25

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#384D67 (or 0x384D67) is known color: Cello. HEX triplet: 38, 4D and 67. RGB value is (56,77,103). Sum of RGB (Red+Green+Blue) = 56+77+103=236 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.73% from 236); Green value is 77 (30.47% from 255 or 32.63% from 236); Blue value is 103 (40.62% from 255 or 43.64% from 236); Max value from RGB is 103 - color contains mainly: blue. Hex color #384D67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #384D67 is #C7B298. Grayscale: #494949. Windows color (decimal): -13087385 or 6769976. OLE color: 6769976.

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

Color convert

RGB 56 77 103 -
CMYK 0.46 0.25 0 0.60
HSL 213.19º 0.3% 0.31% -
HSV(B) 213.19º 0.46% 0.4% -
XYZ 6.73 7.13 13.85 -
YUV 73.69 144.54 115.39 -
System Red Green Blue C M Y K H S L
Decimal 56 77 103 0.46 0.25 0 0.60 213.19 0.3 0.31
Hex 38 4D 67 2E 19 0 3C D5 1E 1F
Octal 70 115 147 56 31 0 74 325 36 37
Binary 111000 1001101 1100111 101110 11001 0 111100 11010101 11110 11111

Color Harmonies of #384D67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384D67

Black with #384D67

Text Example


Text Example

White with #384D67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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