Html Css Color HEX #385367 Cello

📋 copy color: '#385367'

red 56 ◦ green 83 ◦ blue 103

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

Shades of Cello #385367

Tints of Cello #385367

RGB

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

 GREEN value IS 83 (32.81% from 255) = 34.3%

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

R = 23.14%
G = 34.3%
B = 42.56%

CMYK

 C value IS 0.46

 M value IS 0.19

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#385367 (or 0x385367) is known color: Cello. HEX triplet: 38, 53 and 67. RGB value is (56,83,103). Sum of RGB (Red+Green+Blue) = 56+83+103=242 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.14% from 242); Green value is 83 (32.81% from 255 or 34.30% from 242); Blue value is 103 (40.62% from 255 or 42.56% from 242); Max value from RGB is 103 - color contains mainly: blue. Hex color #385367 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385367 is #C7AC98. Grayscale: #4D4D4D. Windows color (decimal): -13085849 or 6771512. OLE color: 6771512.

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

Color convert

RGB 56 83 103 -
CMYK 0.46 0.19 0 0.60
HSL 205.53º 0.3% 0.31% -
HSV(B) 205.53º 0.46% 0.4% -
XYZ 7.17 8.01 14 -
YUV 77.21 142.55 112.87 -
System Red Green Blue C M Y K H S L
Decimal 56 83 103 0.46 0.19 0 0.60 205.53 0.3 0.31
Hex 38 53 67 2E 13 0 3C CE 1E 1F
Octal 70 123 147 56 23 0 74 316 36 37
Binary 111000 1010011 1100111 101110 10011 0 111100 11001110 11110 11111

Color Harmonies of #385367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385367

Black with #385367

Text Example


Text Example

White with #385367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385367; }

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

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

background-color css

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

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

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

border-color css

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

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

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