Html Css Color HEX #38596E Blumine

📋 copy color: '#38596E'

red 56 ◦ green 89 ◦ blue 110

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

Shades of Blumine #38596E

Tints of Blumine #38596E

RGB

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

 GREEN value IS 89 (35.16% from 255) = 34.9%

 BLUE value IS 110 (43.36% from 255) = 43.14%

R = 21.96%
G = 34.9%
B = 43.14%

CMYK

 C value IS 0.49

 M value IS 0.19

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#38596E (or 0x38596E) is known color: Blumine. HEX triplet: 38, 59 and 6E. RGB value is (56,89,110). Sum of RGB (Red+Green+Blue) = 56+89+110=255 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.96% from 255); Green value is 89 (35.16% from 255 or 34.90% from 255); Blue value is 110 (43.36% from 255 or 43.14% from 255); Max value from RGB is 110 - color contains mainly: blue. Hex color #38596E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38596E is #C7A691. Grayscale: #515151. Windows color (decimal): -13084306 or 7231800. OLE color: 7231800.

HSL color Cylindrical-coordinate representation of color #38596E: hue angle of 203.33º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #38596E is Cyan = 0.49, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 56 89 110 -
CMYK 0.49 0.19 0 0.57
HSL 203.33º 0.33% 0.33% -
HSV(B) 203.33º 0.49% 0.43% -
XYZ 8.02 9.11 16.09 -
YUV 81.53 144.07 109.79 -
System Red Green Blue C M Y K H S L
Decimal 56 89 110 0.49 0.19 0 0.57 203.33 0.33 0.33
Hex 38 59 6E 31 13 0 39 CB 21 21
Octal 70 131 156 61 23 0 71 313 41 41
Binary 111000 1011001 1101110 110001 10011 0 111001 11001011 100001 100001

Color Harmonies of #38596E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38596E

Black with #38596E

Text Example


Text Example

White with #38596E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38596E; }

 p { color: rgb(56,89,110); }

 H1.HeaderClassName
 {
   color: #38596E;
 }
 .AnyTagClassName
 {
   color: #38596E;
 }
</style>

background-color css

<style>
 a { background-color: #38596E; }

 a { background-color: rgb(56,89,110); }

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

border-color css

<style>
 span { border-color: #38596E; }

 span { border-color: rgb(56,89,110); }

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