Html Css Color HEX #38566F Blumine

📋 copy color: '#38566F'

red 56 ◦ green 86 ◦ blue 111

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

Shades of Blumine #38566F

Tints of Blumine #38566F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 43.87%

R = 22.13%
G = 33.99%
B = 43.87%

CMYK

 C value IS 0.50

 M value IS 0.23

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#38566F (or 0x38566F) is known color: Blumine. HEX triplet: 38, 56 and 6F. RGB value is (56,86,111). Sum of RGB (Red+Green+Blue) = 56+86+111=253 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.13% from 253); Green value is 86 (33.98% from 255 or 33.99% from 253); Blue value is 111 (43.75% from 255 or 43.87% from 253); Max value from RGB is 111 - color contains mainly: blue. Hex color #38566F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38566F is #C7A990. Grayscale: #4F4F4F. Windows color (decimal): -13085073 or 7296568. OLE color: 7296568.

HSL color Cylindrical-coordinate representation of color #38566F: hue angle of 207.27º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #38566F is Cyan = 0.50, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 56 86 111 -
CMYK 0.50 0.23 0 0.56
HSL 207.27º 0.33% 0.33% -
HSV(B) 207.27º 0.5% 0.44% -
XYZ 7.83 8.64 16.29 -
YUV 79.88 145.56 110.97 -
System Red Green Blue C M Y K H S L
Decimal 56 86 111 0.50 0.23 0 0.56 207.27 0.33 0.33
Hex 38 56 6F 32 17 0 38 CF 21 21
Octal 70 126 157 62 27 0 70 317 41 41
Binary 111000 1010110 1101111 110010 10111 0 111000 11001111 100001 100001

Color Harmonies of #38566F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38566F

Black with #38566F

Text Example


Text Example

White with #38566F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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