Html Css Color HEX #38536D Cello

📋 copy color: '#38536D'

red 56 ◦ green 83 ◦ blue 109

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

Shades of Cello #38536D

Tints of Cello #38536D

RGB

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

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

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

R = 22.58%
G = 33.47%
B = 43.95%

CMYK

 C value IS 0.49

 M value IS 0.24

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#38536D (or 0x38536D) is known color: Cello. HEX triplet: 38, 53 and 6D. RGB value is (56,83,109). Sum of RGB (Red+Green+Blue) = 56+83+109=248 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.58% from 248); Green value is 83 (32.81% from 255 or 33.47% from 248); Blue value is 109 (42.97% from 255 or 43.95% from 248); Max value from RGB is 109 - color contains mainly: blue. Hex color #38536D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38536D is #C7AC92. Grayscale: #4D4D4D. Windows color (decimal): -13085843 or 7164728. OLE color: 7164728.

HSL color Cylindrical-coordinate representation of color #38536D: hue angle of 209.43º 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 #38536D is Cyan = 0.49, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 56 83 109 -
CMYK 0.49 0.24 0 0.57
HSL 209.43º 0.32% 0.32% -
HSV(B) 209.43º 0.49% 0.43% -
XYZ 7.48 8.13 15.64 -
YUV 77.89 145.55 112.39 -
System Red Green Blue C M Y K H S L
Decimal 56 83 109 0.49 0.24 0 0.57 209.43 0.32 0.32
Hex 38 53 6D 31 18 0 39 D1 20 20
Octal 70 123 155 61 30 0 71 321 40 40
Binary 111000 1010011 1101101 110001 11000 0 111001 11010001 100000 100000

Color Harmonies of #38536D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38536D

Black with #38536D

Text Example


Text Example

White with #38536D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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