Html Css Color HEX #38556D Cello

📋 copy color: '#38556D'

red 56 ◦ green 85 ◦ blue 109

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

Shades of Cello #38556D

Tints of Cello #38556D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 34%

 BLUE value IS 109 (42.97% from 255) = 43.6%

R = 22.4%
G = 34%
B = 43.6%

CMYK

 C value IS 0.49

 M value IS 0.22

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#38556D (or 0x38556D) is known color: Cello. HEX triplet: 38, 55 and 6D. RGB value is (56,85,109). Sum of RGB (Red+Green+Blue) = 56+85+109=250 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.4% from 250); Green value is 85 (33.59% from 255 or 34% from 250); Blue value is 109 (42.97% from 255 or 43.6% from 250); Max value from RGB is 109 - color contains mainly: blue. Hex color #38556D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38556D is #C7AA92. Grayscale: #4E4E4E. Windows color (decimal): -13085331 or 7165240. OLE color: 7165240.

HSL color Cylindrical-coordinate representation of color #38556D: hue angle of 207.17º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #38556D is Cyan = 0.49, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 56 85 109 -
CMYK 0.49 0.22 0 0.57
HSL 207.17º 0.32% 0.32% -
HSV(B) 207.17º 0.49% 0.43% -
XYZ 7.64 8.44 15.69 -
YUV 79.07 144.89 111.55 -
System Red Green Blue C M Y K H S L
Decimal 56 85 109 0.49 0.22 0 0.57 207.17 0.32 0.32
Hex 38 55 6D 31 16 0 39 CF 20 20
Octal 70 125 155 61 26 0 71 317 40 40
Binary 111000 1010101 1101101 110001 10110 0 111001 11001111 100000 100000

Color Harmonies of #38556D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38556D

Black with #38556D

Text Example


Text Example

White with #38556D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38556D; }

 p { color: rgb(56,85,109); }

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

background-color css

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

 a { background-color: rgb(56,85,109); }

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

border-color css

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

 span { border-color: rgb(56,85,109); }

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