Html Css Color HEX #38656F Blumine

📋 copy color: '#38656F'

red 56 ◦ green 101 ◦ blue 111

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

Shades of Blumine #38656F

Tints of Blumine #38656F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 37.69%

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

R = 20.9%
G = 37.69%
B = 41.42%

CMYK

 C value IS 0.50

 M value IS 0.09

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#38656F (or 0x38656F) is known color: Blumine. HEX triplet: 38, 65 and 6F. RGB value is (56,101,111). Sum of RGB (Red+Green+Blue) = 56+101+111=268 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.90% from 268); Green value is 101 (39.84% from 255 or 37.69% from 268); Blue value is 111 (43.75% from 255 or 41.42% from 268); Max value from RGB is 111 - color contains mainly: blue. Hex color #38656F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38656F is #C79A90. Grayscale: #585858. Windows color (decimal): -13081233 or 7300408. OLE color: 7300408.

HSL color Cylindrical-coordinate representation of color #38656F: hue angle of 190.91º 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 #38656F is Cyan = 0.50, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 56 101 111 -
CMYK 0.50 0.09 0 0.56
HSL 190.91º 0.33% 0.33% -
HSV(B) 190.91º 0.5% 0.44% -
XYZ 9.15 11.3 16.74 -
YUV 88.69 140.59 104.69 -
System Red Green Blue C M Y K H S L
Decimal 56 101 111 0.50 0.09 0 0.56 190.91 0.33 0.33
Hex 38 65 6F 32 9 0 38 BF 21 21
Octal 70 145 157 62 11 0 70 277 41 41
Binary 111000 1100101 1101111 110010 1001 0 111000 10111111 100001 100001

Color Harmonies of #38656F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38656F

Black with #38656F

Text Example


Text Example

White with #38656F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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