Html Css Color HEX #38596C Blumine

📋 copy color: '#38596C'

red 56 ◦ green 89 ◦ blue 108

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

Shades of Blumine #38596C

Tints of Blumine #38596C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 42.69%

R = 22.13%
G = 35.18%
B = 42.69%

CMYK

 C value IS 0.48

 M value IS 0.18

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#38596C (or 0x38596C) is known color: Blumine. HEX triplet: 38, 59 and 6C. RGB value is (56,89,108). Sum of RGB (Red+Green+Blue) = 56+89+108=253 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.13% from 253); Green value is 89 (35.16% from 255 or 35.18% from 253); Blue value is 108 (42.58% from 255 or 42.69% from 253); Max value from RGB is 108 - color contains mainly: blue. Hex color #38596C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38596C is #C7A693. Grayscale: #515151. Windows color (decimal): -13084308 or 7100728. OLE color: 7100728.

HSL color Cylindrical-coordinate representation of color #38596C: hue angle of 201.92º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #38596C is Cyan = 0.48, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 56 89 108 -
CMYK 0.48 0.18 0 0.58
HSL 201.92º 0.32% 0.32% -
HSV(B) 201.92º 0.48% 0.42% -
XYZ 7.91 9.07 15.52 -
YUV 81.3 143.07 109.96 -
System Red Green Blue C M Y K H S L
Decimal 56 89 108 0.48 0.18 0 0.58 201.92 0.32 0.32
Hex 38 59 6C 30 12 0 3A CA 20 20
Octal 70 131 154 60 22 0 72 312 40 40
Binary 111000 1011001 1101100 110000 10010 0 111010 11001010 100000 100000

Color Harmonies of #38596C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38596C

Black with #38596C

Text Example


Text Example

White with #38596C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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