Html Css Color HEX #38709D Lochmara

📋 copy color: '#38709D'

red 56 ◦ green 112 ◦ blue 157

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

Shades of Lochmara #38709D

Tints of Lochmara #38709D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.46%

 BLUE value IS 157 (61.72% from 255) = 48.31%

R = 17.23%
G = 34.46%
B = 48.31%

CMYK

 C value IS 0.64

 M value IS 0.29

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#38709D (or 0x38709D) is known color: Lochmara. HEX triplet: 38, 70 and 9D. RGB value is (56,112,157). Sum of RGB (Red+Green+Blue) = 56+112+157=325 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.23% from 325); Green value is 112 (44.14% from 255 or 34.46% from 325); Blue value is 157 (61.72% from 255 or 48.31% from 325); Max value from RGB is 157 - color contains mainly: blue. Hex color #38709D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38709D is #C78F62. Grayscale: #646464. Windows color (decimal): -13078371 or 10317880. OLE color: 10317880.

HSL color Cylindrical-coordinate representation of color #38709D: hue angle of 206.73º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #38709D is Cyan = 0.64, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 56 112 157 -
CMYK 0.64 0.29 0 0.38
HSL 206.73º 0.47% 0.42% -
HSV(B) 206.73º 0.64% 0.62% -
XYZ 13.51 14.86 34.06 -
YUV 100.39 159.95 96.34 -
System Red Green Blue C M Y K H S L
Decimal 56 112 157 0.64 0.29 0 0.38 206.73 0.47 0.42
Hex 38 70 9D 40 1D 0 26 CF 2F 2A
Octal 70 160 235 100 35 0 46 317 57 52
Binary 111000 1110000 10011101 1000000 11101 0 100110 11001111 101111 101010

Color Harmonies of #38709D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38709D

Black with #38709D

Text Example


Text Example

White with #38709D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38709D; }

 p { color: rgb(56,112,157); }

 H1.HeaderClassName
 {
   color: #38709D;
 }
 .AnyTagClassName
 {
   color: #38709D;
 }
</style>

background-color css

<style>
 a { background-color: #38709D; }

 a { background-color: rgb(56,112,157); }

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

border-color css

<style>
 span { border-color: #38709D; }

 span { border-color: rgb(56,112,157); }

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