Html Css Color HEX #38636E Blumine

📋 copy color: '#38636E'

red 56 ◦ green 99 ◦ blue 110

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

Shades of Blumine #38636E

Tints of Blumine #38636E

RGB

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

 GREEN value IS 99 (39.06% from 255) = 37.36%

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

R = 21.13%
G = 37.36%
B = 41.51%

CMYK

 C value IS 0.49

 M value IS 0.1

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#38636E (or 0x38636E) is known color: Blumine. HEX triplet: 38, 63 and 6E. RGB value is (56,99,110). Sum of RGB (Red+Green+Blue) = 56+99+110=265 (35% of max value = 765). Red value is 56 (22.27% from 255 or 21.13% from 265); Green value is 99 (39.06% from 255 or 37.36% from 265); Blue value is 110 (43.36% from 255 or 41.51% from 265); Max value from RGB is 110 - color contains mainly: blue. Hex color #38636E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38636E is #C79C91. Grayscale: #575757. Windows color (decimal): -13081746 or 7234360. OLE color: 7234360.

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

Color convert

RGB 56 99 110 -
CMYK 0.49 0.1 0 0.57
HSL 192.22º 0.33% 0.33% -
HSV(B) 192.22º 0.49% 0.43% -
XYZ 8.91 10.89 16.38 -
YUV 87.4 140.75 105.61 -
System Red Green Blue C M Y K H S L
Decimal 56 99 110 0.49 0.1 0 0.57 192.22 0.33 0.33
Hex 38 63 6E 31 A 0 39 C0 21 21
Octal 70 143 156 61 12 0 71 300 41 41
Binary 111000 1100011 1101110 110001 1010 0 111001 11000000 100001 100001

Color Harmonies of #38636E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38636E

Black with #38636E

Text Example


Text Example

White with #38636E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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