Html Css Color HEX #38576F Blumine

📋 copy color: '#38576F'

red 56 ◦ green 87 ◦ blue 111

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

Shades of Blumine #38576F

Tints of Blumine #38576F

RGB

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

 GREEN value IS 87 (34.38% from 255) = 34.25%

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

R = 22.05%
G = 34.25%
B = 43.7%

CMYK

 C value IS 0.50

 M value IS 0.22

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#38576F (or 0x38576F) is known color: Blumine. HEX triplet: 38, 57 and 6F. RGB value is (56,87,111). Sum of RGB (Red+Green+Blue) = 56+87+111=254 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.05% from 254); Green value is 87 (34.38% from 255 or 34.25% from 254); Blue value is 111 (43.75% from 255 or 43.70% from 254); Max value from RGB is 111 - color contains mainly: blue. Hex color #38576F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38576F is #C7A890. Grayscale: #505050. Windows color (decimal): -13084817 or 7296824. OLE color: 7296824.

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

Color convert

RGB 56 87 111 -
CMYK 0.50 0.22 0 0.56
HSL 206.18º 0.33% 0.33% -
HSV(B) 206.18º 0.5% 0.44% -
XYZ 7.91 8.8 16.32 -
YUV 80.47 145.23 110.55 -
System Red Green Blue C M Y K H S L
Decimal 56 87 111 0.50 0.22 0 0.56 206.18 0.33 0.33
Hex 38 57 6F 32 16 0 38 CE 21 21
Octal 70 127 157 62 26 0 70 316 41 41
Binary 111000 1010111 1101111 110010 10110 0 111000 11001110 100001 100001

Color Harmonies of #38576F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38576F

Black with #38576F

Text Example


Text Example

White with #38576F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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