Html Css Color HEX #38506D Cello

📋 copy color: '#38506D'

red 56 ◦ green 80 ◦ blue 109

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

Shades of Cello #38506D

Tints of Cello #38506D

RGB

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

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

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

R = 22.86%
G = 32.65%
B = 44.49%

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

#38506D (or 0x38506D) is known color: Cello. HEX triplet: 38, 50 and 6D. RGB value is (56,80,109). Sum of RGB (Red+Green+Blue) = 56+80+109=245 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.86% from 245); Green value is 80 (31.64% from 255 or 32.65% from 245); Blue value is 109 (42.97% from 255 or 44.49% from 245); Max value from RGB is 109 - color contains mainly: blue. Hex color #38506D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38506D is #C7AF92. Grayscale: #4B4B4B. Windows color (decimal): -13086611 or 7163960. OLE color: 7163960.

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

Color convert

RGB 56 80 109 -
CMYK 0.49 0.27 0 0.57
HSL 212.83º 0.32% 0.32% -
HSV(B) 212.83º 0.49% 0.43% -
XYZ 7.26 7.68 15.57 -
YUV 76.13 146.55 113.64 -
System Red Green Blue C M Y K H S L
Decimal 56 80 109 0.49 0.27 0 0.57 212.83 0.32 0.32
Hex 38 50 6D 31 1B 0 39 D5 20 20
Octal 70 120 155 61 33 0 71 325 40 40
Binary 111000 1010000 1101101 110001 11011 0 111001 11010101 100000 100000

Color Harmonies of #38506D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38506D

Black with #38506D

Text Example


Text Example

White with #38506D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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