Html Css Color HEX #38506C Cello

📋 copy color: '#38506C'

red 56 ◦ green 80 ◦ blue 108

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

Shades of Cello #38506C

Tints of Cello #38506C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 44.26%

R = 22.95%
G = 32.79%
B = 44.26%

CMYK

 C value IS 0.48

 M value IS 0.26

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#38506C (or 0x38506C) is known color: Cello. HEX triplet: 38, 50 and 6C. RGB value is (56,80,108). Sum of RGB (Red+Green+Blue) = 56+80+108=244 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.95% from 244); Green value is 80 (31.64% from 255 or 32.79% from 244); Blue value is 108 (42.58% from 255 or 44.26% from 244); Max value from RGB is 108 - color contains mainly: blue. Hex color #38506C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38506C is #C7AF93. Grayscale: #4B4B4B. Windows color (decimal): -13086612 or 7098424. OLE color: 7098424.

HSL color Cylindrical-coordinate representation of color #38506C: hue angle of 212.31º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #38506C is Cyan = 0.48, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 56 80 108 -
CMYK 0.48 0.26 0 0.58
HSL 212.31º 0.32% 0.32% -
HSV(B) 212.31º 0.48% 0.42% -
XYZ 7.21 7.66 15.29 -
YUV 76.02 146.05 113.72 -
System Red Green Blue C M Y K H S L
Decimal 56 80 108 0.48 0.26 0 0.58 212.31 0.32 0.32
Hex 38 50 6C 30 1A 0 3A D4 20 20
Octal 70 120 154 60 32 0 72 324 40 40
Binary 111000 1010000 1101100 110000 11010 0 111010 11010100 100000 100000

Color Harmonies of #38506C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38506C

Black with #38506C

Text Example


Text Example

White with #38506C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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