Html Css Color HEX #38646F Blumine

📋 copy color: '#38646F'

red 56 ◦ green 100 ◦ blue 111

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

Shades of Blumine #38646F

Tints of Blumine #38646F

RGB

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

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

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

R = 20.97%
G = 37.45%
B = 41.57%

CMYK

 C value IS 0.50

 M value IS 0.10

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#38646F (or 0x38646F) is known color: Blumine. HEX triplet: 38, 64 and 6F. RGB value is (56,100,111). Sum of RGB (Red+Green+Blue) = 56+100+111=267 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.97% from 267); Green value is 100 (39.45% from 255 or 37.45% from 267); Blue value is 111 (43.75% from 255 or 41.57% from 267); Max value from RGB is 111 - color contains mainly: blue. Hex color #38646F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38646F is #C79B90. Grayscale: #585858. Windows color (decimal): -13081489 or 7300152. OLE color: 7300152.

HSL color Cylindrical-coordinate representation of color #38646F: hue angle of 192º 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 #38646F is Cyan = 0.50, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 56 100 111 -
CMYK 0.50 0.10 0 0.56
HSL 192º 0.33% 0.33% -
HSV(B) 192º 0.5% 0.44% -
XYZ 9.06 11.1 16.7 -
YUV 88.1 140.92 105.11 -
System Red Green Blue C M Y K H S L
Decimal 56 100 111 0.50 0.10 0 0.56 192 0.33 0.33
Hex 38 64 6F 32 A 0 38 C0 21 21
Octal 70 144 157 62 12 0 70 300 41 41
Binary 111000 1100100 1101111 110010 1010 0 111000 11000000 100001 100001

Color Harmonies of #38646F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38646F

Black with #38646F

Text Example


Text Example

White with #38646F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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