Html Css Color HEX #38646D Blumine

📋 copy color: '#38646D'

red 56 ◦ green 100 ◦ blue 109

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

Shades of Blumine #38646D

Tints of Blumine #38646D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 37.74%

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

R = 21.13%
G = 37.74%
B = 41.13%

CMYK

 C value IS 0.49

 M value IS 0.08

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#38646D (or 0x38646D) is known color: Blumine. HEX triplet: 38, 64 and 6D. RGB value is (56,100,109). Sum of RGB (Red+Green+Blue) = 56+100+109=265 (35% of max value = 765). Red value is 56 (22.27% from 255 or 21.13% from 265); Green value is 100 (39.45% from 255 or 37.74% from 265); Blue value is 109 (42.97% from 255 or 41.13% from 265); Max value from RGB is 109 - color contains mainly: blue. Hex color #38646D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38646D is #C79B92. Grayscale: #575757. Windows color (decimal): -13081491 or 7169080. OLE color: 7169080.

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

Color convert

RGB 56 100 109 -
CMYK 0.49 0.08 0 0.57
HSL 190.19º 0.32% 0.32% -
HSV(B) 190.19º 0.49% 0.43% -
XYZ 8.95 11.06 16.13 -
YUV 87.87 139.92 105.27 -
System Red Green Blue C M Y K H S L
Decimal 56 100 109 0.49 0.08 0 0.57 190.19 0.32 0.32
Hex 38 64 6D 31 8 0 39 BE 20 20
Octal 70 144 155 61 10 0 71 276 40 40
Binary 111000 1100100 1101101 110001 1000 0 111001 10111110 100000 100000

Color Harmonies of #38646D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38646D

Black with #38646D

Text Example


Text Example

White with #38646D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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