Html Css Color HEX #38576D Blumine

📋 copy color: '#38576D'

red 56 ◦ green 87 ◦ blue 109

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

Shades of Blumine #38576D

Tints of Blumine #38576D

RGB

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

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

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

R = 22.22%
G = 34.52%
B = 43.25%

CMYK

 C value IS 0.49

 M value IS 0.20

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#38576D (or 0x38576D) is known color: Blumine. HEX triplet: 38, 57 and 6D. RGB value is (56,87,109). Sum of RGB (Red+Green+Blue) = 56+87+109=252 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.22% from 252); Green value is 87 (34.38% from 255 or 34.52% from 252); Blue value is 109 (42.97% from 255 or 43.25% from 252); Max value from RGB is 109 - color contains mainly: blue. Hex color #38576D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38576D is #C7A892. Grayscale: #505050. Windows color (decimal): -13084819 or 7165752. OLE color: 7165752.

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

Color convert

RGB 56 87 109 -
CMYK 0.49 0.20 0 0.57
HSL 204.91º 0.32% 0.32% -
HSV(B) 204.91º 0.49% 0.43% -
XYZ 7.8 8.76 15.75 -
YUV 80.24 144.23 110.71 -
System Red Green Blue C M Y K H S L
Decimal 56 87 109 0.49 0.20 0 0.57 204.91 0.32 0.32
Hex 38 57 6D 31 14 0 39 CD 20 20
Octal 70 127 155 61 24 0 71 315 40 40
Binary 111000 1010111 1101101 110001 10100 0 111001 11001101 100000 100000

Color Harmonies of #38576D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38576D

Black with #38576D

Text Example


Text Example

White with #38576D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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