Html Css Color HEX #38719F Lochmara

📋 copy color: '#38719F'

red 56 ◦ green 113 ◦ blue 159

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

Shades of Lochmara #38719F

Tints of Lochmara #38719F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 34.45%

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

R = 17.07%
G = 34.45%
B = 48.48%

CMYK

 C value IS 0.65

 M value IS 0.29

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#38719F (or 0x38719F) is known color: Lochmara. HEX triplet: 38, 71 and 9F. RGB value is (56,113,159). Sum of RGB (Red+Green+Blue) = 56+113+159=328 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.07% from 328); Green value is 113 (44.53% from 255 or 34.45% from 328); Blue value is 159 (62.5% from 255 or 48.48% from 328); Max value from RGB is 159 - color contains mainly: blue. Hex color #38719F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38719F is #C78E60. Grayscale: #646464. Windows color (decimal): -13078113 or 10449208. OLE color: 10449208.

HSL color Cylindrical-coordinate representation of color #38719F: hue angle of 206.8º 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 #38719F is Cyan = 0.65, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 56 113 159 -
CMYK 0.65 0.29 0 0.38
HSL 206.8º 0.48% 0.42% -
HSV(B) 206.8º 0.65% 0.62% -
XYZ 13.79 15.15 35 -
YUV 101.2 160.62 95.76 -
System Red Green Blue C M Y K H S L
Decimal 56 113 159 0.65 0.29 0 0.38 206.8 0.48 0.42
Hex 38 71 9F 41 1D 0 26 CF 30 2A
Octal 70 161 237 101 35 0 46 317 60 52
Binary 111000 1110001 10011111 1000001 11101 0 100110 11001111 110000 101010

Color Harmonies of #38719F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38719F

Black with #38719F

Text Example


Text Example

White with #38719F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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