Html Css Color HEX #38749E Lochmara

📋 copy color: '#38749E'

red 56 ◦ green 116 ◦ blue 158

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

Shades of Lochmara #38749E

Tints of Lochmara #38749E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.15%

 BLUE value IS 158 (62.11% from 255) = 47.88%

R = 16.97%
G = 35.15%
B = 47.88%

CMYK

 C value IS 0.65

 M value IS 0.27

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#38749E (or 0x38749E) is known color: Lochmara. HEX triplet: 38, 74 and 9E. RGB value is (56,116,158). Sum of RGB (Red+Green+Blue) = 56+116+158=330 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.97% from 330); Green value is 116 (45.70% from 255 or 35.15% from 330); Blue value is 158 (62.11% from 255 or 47.88% from 330); Max value from RGB is 158 - color contains mainly: blue. Hex color #38749E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38749E is #C78B61. Grayscale: #666666. Windows color (decimal): -13077346 or 10384440. OLE color: 10384440.

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

Color convert

RGB 56 116 158 -
CMYK 0.65 0.27 0 0.38
HSL 204.71º 0.48% 0.42% -
HSV(B) 204.71º 0.65% 0.62% -
XYZ 14.05 15.8 34.66 -
YUV 102.85 159.12 94.58 -
System Red Green Blue C M Y K H S L
Decimal 56 116 158 0.65 0.27 0 0.38 204.71 0.48 0.42
Hex 38 74 9E 41 1B 0 26 CD 30 2A
Octal 70 164 236 101 33 0 46 315 60 52
Binary 111000 1110100 10011110 1000001 11011 0 100110 11001101 110000 101010

Color Harmonies of #38749E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38749E

Black with #38749E

Text Example


Text Example

White with #38749E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38749E; }

 p { color: rgb(56,116,158); }

 H1.HeaderClassName
 {
   color: #38749E;
 }
 .AnyTagClassName
 {
   color: #38749E;
 }
</style>

background-color css

<style>
 a { background-color: #38749E; }

 a { background-color: rgb(56,116,158); }

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

border-color css

<style>
 span { border-color: #38749E; }

 span { border-color: rgb(56,116,158); }

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