Html Css Color HEX #38759F Lochmara

📋 copy color: '#38759F'

red 56 ◦ green 117 ◦ blue 159

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

Shades of Lochmara #38759F

Tints of Lochmara #38759F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.24%

 BLUE value IS 159 (62.5% from 255) = 47.89%

R = 16.87%
G = 35.24%
B = 47.89%

CMYK

 C value IS 0.65

 M value IS 0.26

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#38759F (or 0x38759F) is known color: Lochmara. HEX triplet: 38, 75 and 9F. RGB value is (56,117,159). Sum of RGB (Red+Green+Blue) = 56+117+159=332 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.87% from 332); Green value is 117 (46.09% from 255 or 35.24% from 332); Blue value is 159 (62.5% from 255 or 47.89% from 332); Max value from RGB is 159 - color contains mainly: blue. Hex color #38759F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38759F is #C78A60. Grayscale: #676767. Windows color (decimal): -13077089 or 10450232. OLE color: 10450232.

HSL color Cylindrical-coordinate representation of color #38759F: hue angle of 204.47º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #38759F is Cyan = 0.65, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 56 117 159 -
CMYK 0.65 0.26 0 0.38
HSL 204.47º 0.48% 0.42% -
HSV(B) 204.47º 0.65% 0.62% -
XYZ 14.25 16.07 35.15 -
YUV 103.55 159.29 94.08 -
System Red Green Blue C M Y K H S L
Decimal 56 117 159 0.65 0.26 0 0.38 204.47 0.48 0.42
Hex 38 75 9F 41 1A 0 26 CC 30 2A
Octal 70 165 237 101 32 0 46 314 60 52
Binary 111000 1110101 10011111 1000001 11010 0 100110 11001100 110000 101010

Color Harmonies of #38759F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38759F

Black with #38759F

Text Example


Text Example

White with #38759F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,117,159); }

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

background-color css

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

 a { background-color: rgb(56,117,159); }

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

border-color css

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

 span { border-color: rgb(56,117,159); }

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