Html Css Color HEX #38586C Blumine

📋 copy color: '#38586C'

red 56 ◦ green 88 ◦ blue 108

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

Shades of Blumine #38586C

Tints of Blumine #38586C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 34.92%

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

R = 22.22%
G = 34.92%
B = 42.86%

CMYK

 C value IS 0.48

 M value IS 0.19

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#38586C (or 0x38586C) is known color: Blumine. HEX triplet: 38, 58 and 6C. RGB value is (56,88,108). Sum of RGB (Red+Green+Blue) = 56+88+108=252 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.22% from 252); Green value is 88 (34.77% from 255 or 34.92% from 252); Blue value is 108 (42.58% from 255 or 42.86% from 252); Max value from RGB is 108 - color contains mainly: blue. Hex color #38586C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38586C is #C7A793. Grayscale: #505050. Windows color (decimal): -13084564 or 7100472. OLE color: 7100472.

HSL color Cylindrical-coordinate representation of color #38586C: hue angle of 203.08º 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 #38586C is Cyan = 0.48, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 56 88 108 -
CMYK 0.48 0.19 0 0.58
HSL 203.08º 0.32% 0.32% -
HSV(B) 203.08º 0.48% 0.42% -
XYZ 7.83 8.9 15.49 -
YUV 80.71 143.4 110.37 -
System Red Green Blue C M Y K H S L
Decimal 56 88 108 0.48 0.19 0 0.58 203.08 0.32 0.32
Hex 38 58 6C 30 13 0 3A CB 20 20
Octal 70 130 154 60 23 0 72 313 40 40
Binary 111000 1011000 1101100 110000 10011 0 111010 11001011 100000 100000

Color Harmonies of #38586C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38586C

Black with #38586C

Text Example


Text Example

White with #38586C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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