Html Css Color HEX #385069 Cello

📋 copy color: '#385069'

red 56 ◦ green 80 ◦ blue 105

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

Shades of Cello #385069

Tints of Cello #385069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 43.57%

R = 23.24%
G = 33.2%
B = 43.57%

CMYK

 C value IS 0.47

 M value IS 0.24

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#385069 (or 0x385069) is known color: Cello. HEX triplet: 38, 50 and 69. RGB value is (56,80,105). Sum of RGB (Red+Green+Blue) = 56+80+105=241 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.24% from 241); Green value is 80 (31.64% from 255 or 33.20% from 241); Blue value is 105 (41.41% from 255 or 43.57% from 241); Max value from RGB is 105 - color contains mainly: blue. Hex color #385069 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385069 is #C7AF96. Grayscale: #4B4B4B. Windows color (decimal): -13086615 or 6901816. OLE color: 6901816.

HSL color Cylindrical-coordinate representation of color #385069: hue angle of 210.61º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #385069 is Cyan = 0.47, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 56 80 105 -
CMYK 0.47 0.24 0 0.59
HSL 210.61º 0.3% 0.32% -
HSV(B) 210.61º 0.47% 0.41% -
XYZ 7.05 7.6 14.46 -
YUV 75.67 144.55 113.97 -
System Red Green Blue C M Y K H S L
Decimal 56 80 105 0.47 0.24 0 0.59 210.61 0.3 0.32
Hex 38 50 69 2F 18 0 3B D3 1E 20
Octal 70 120 151 57 30 0 73 323 36 40
Binary 111000 1010000 1101001 101111 11000 0 111011 11010011 11110 100000

Color Harmonies of #385069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385069

Black with #385069

Text Example


Text Example

White with #385069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385069; }

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

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

background-color css

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

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

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

border-color css

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

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

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