Html Css Color HEX #38636F Blumine

📋 copy color: '#38636F'

red 56 ◦ green 99 ◦ blue 111

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

Shades of Blumine #38636F

Tints of Blumine #38636F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 41.73%

R = 21.05%
G = 37.22%
B = 41.73%

CMYK

 C value IS 0.50

 M value IS 0.11

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#38636F (or 0x38636F) is known color: Blumine. HEX triplet: 38, 63 and 6F. RGB value is (56,99,111). Sum of RGB (Red+Green+Blue) = 56+99+111=266 (35% of max value = 765). Red value is 56 (22.27% from 255 or 21.05% from 266); Green value is 99 (39.06% from 255 or 37.22% from 266); Blue value is 111 (43.75% from 255 or 41.73% from 266); Max value from RGB is 111 - color contains mainly: blue. Hex color #38636F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38636F is #C79C90. Grayscale: #575757. Windows color (decimal): -13081745 or 7299896. OLE color: 7299896.

HSL color Cylindrical-coordinate representation of color #38636F: hue angle of 193.09º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #38636F is Cyan = 0.50, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 56 99 111 -
CMYK 0.50 0.11 0 0.56
HSL 193.09º 0.33% 0.33% -
HSV(B) 193.09º 0.5% 0.44% -
XYZ 8.96 10.91 16.67 -
YUV 87.51 141.25 105.52 -
System Red Green Blue C M Y K H S L
Decimal 56 99 111 0.50 0.11 0 0.56 193.09 0.33 0.33
Hex 38 63 6F 32 B 0 38 C1 21 21
Octal 70 143 157 62 13 0 70 301 41 41
Binary 111000 1100011 1101111 110010 1011 0 111000 11000001 100001 100001

Color Harmonies of #38636F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38636F

Black with #38636F

Text Example


Text Example

White with #38636F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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