Html Css Color HEX #385068 Cello

📋 copy color: '#385068'

red 56 ◦ green 80 ◦ blue 104

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

Shades of Cello #385068

Tints of Cello #385068

RGB

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

 GREEN value IS 80 (31.64% from 255) = 33.33%

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

R = 23.33%
G = 33.33%
B = 43.33%

CMYK

 C value IS 0.46

 M value IS 0.23

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#385068 (or 0x385068) is known color: Cello. HEX triplet: 38, 50 and 68. RGB value is (56,80,104). Sum of RGB (Red+Green+Blue) = 56+80+104=240 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.33% from 240); Green value is 80 (31.64% from 255 or 33.33% from 240); Blue value is 104 (41.02% from 255 or 43.33% from 240); Max value from RGB is 104 - color contains mainly: blue. Hex color #385068 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385068 is #C7AF97. Grayscale: #4B4B4B. Windows color (decimal): -13086616 or 6836280. OLE color: 6836280.

HSL color Cylindrical-coordinate representation of color #385068: hue angle of 210º 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 #385068 is Cyan = 0.46, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 56 80 104 -
CMYK 0.46 0.23 0 0.59
HSL 210º 0.3% 0.31% -
HSV(B) 210º 0.46% 0.41% -
XYZ 7 7.58 14.19 -
YUV 75.56 144.05 114.05 -
System Red Green Blue C M Y K H S L
Decimal 56 80 104 0.46 0.23 0 0.59 210 0.3 0.31
Hex 38 50 68 2E 17 0 3B D2 1E 1F
Octal 70 120 150 56 27 0 73 322 36 37
Binary 111000 1010000 1101000 101110 10111 0 111011 11010010 11110 11111

Color Harmonies of #385068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385068

Black with #385068

Text Example


Text Example

White with #385068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385068; }

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

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

background-color css

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

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

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

border-color css

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

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

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