Html Css Color HEX #38566C Blumine

📋 copy color: '#38566C'

red 56 ◦ green 86 ◦ blue 108

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

Shades of Blumine #38566C

Tints of Blumine #38566C

RGB

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

 GREEN value IS 86 (33.98% from 255) = 34.4%

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

R = 22.4%
G = 34.4%
B = 43.2%

CMYK

 C value IS 0.48

 M value IS 0.20

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#38566C (or 0x38566C) is known color: Blumine. HEX triplet: 38, 56 and 6C. RGB value is (56,86,108). Sum of RGB (Red+Green+Blue) = 56+86+108=250 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.4% from 250); Green value is 86 (33.98% from 255 or 34.4% from 250); Blue value is 108 (42.58% from 255 or 43.2% from 250); Max value from RGB is 108 - color contains mainly: blue. Hex color #38566C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38566C is #C7A993. Grayscale: #4F4F4F. Windows color (decimal): -13085076 or 7099960. OLE color: 7099960.

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

Color convert

RGB 56 86 108 -
CMYK 0.48 0.20 0 0.58
HSL 205.38º 0.32% 0.32% -
HSV(B) 205.38º 0.48% 0.42% -
XYZ 7.67 8.58 15.44 -
YUV 79.54 144.06 111.21 -
System Red Green Blue C M Y K H S L
Decimal 56 86 108 0.48 0.20 0 0.58 205.38 0.32 0.32
Hex 38 56 6C 30 14 0 3A CD 20 20
Octal 70 126 154 60 24 0 72 315 40 40
Binary 111000 1010110 1101100 110000 10100 0 111010 11001101 100000 100000

Color Harmonies of #38566C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38566C

Black with #38566C

Text Example


Text Example

White with #38566C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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