Html Css Color HEX #38506E Cello

📋 copy color: '#38506E'

red 56 ◦ green 80 ◦ blue 110

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

Shades of Cello #38506E

Tints of Cello #38506E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 44.72%

R = 22.76%
G = 32.52%
B = 44.72%

CMYK

 C value IS 0.49

 M value IS 0.27

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#38506E (or 0x38506E) is known color: Cello. HEX triplet: 38, 50 and 6E. RGB value is (56,80,110). Sum of RGB (Red+Green+Blue) = 56+80+110=246 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.76% from 246); Green value is 80 (31.64% from 255 or 32.52% from 246); Blue value is 110 (43.36% from 255 or 44.72% from 246); Max value from RGB is 110 - color contains mainly: blue. Hex color #38506E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38506E is #C7AF91. Grayscale: #4C4C4C. Windows color (decimal): -13086610 or 7229496. OLE color: 7229496.

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

Color convert

RGB 56 80 110 -
CMYK 0.49 0.27 0 0.57
HSL 213.33º 0.33% 0.33% -
HSV(B) 213.33º 0.49% 0.43% -
XYZ 7.31 7.7 15.85 -
YUV 76.24 147.05 113.56 -
System Red Green Blue C M Y K H S L
Decimal 56 80 110 0.49 0.27 0 0.57 213.33 0.33 0.33
Hex 38 50 6E 31 1B 0 39 D5 21 21
Octal 70 120 156 61 33 0 71 325 41 41
Binary 111000 1010000 1101110 110001 11011 0 111001 11010101 100001 100001

Color Harmonies of #38506E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38506E

Black with #38506E

Text Example


Text Example

White with #38506E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38506E; }

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

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

background-color css

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

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

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

border-color css

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

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

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