Html Css Color HEX #38689D Lochmara

📋 copy color: '#38689D'

red 56 ◦ green 104 ◦ blue 157

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

Shades of Lochmara #38689D

Tints of Lochmara #38689D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 32.81%

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

R = 17.67%
G = 32.81%
B = 49.53%

CMYK

 C value IS 0.64

 M value IS 0.34

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#38689D (or 0x38689D) is known color: Lochmara. HEX triplet: 38, 68 and 9D. RGB value is (56,104,157). Sum of RGB (Red+Green+Blue) = 56+104+157=317 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.67% from 317); Green value is 104 (41.02% from 255 or 32.81% from 317); Blue value is 157 (61.72% from 255 or 49.53% from 317); Max value from RGB is 157 - color contains mainly: blue. Hex color #38689D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38689D is #C79762. Grayscale: #5F5F5F. Windows color (decimal): -13080419 or 10315832. OLE color: 10315832.

HSL color Cylindrical-coordinate representation of color #38689D: hue angle of 211.49º 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 #38689D is Cyan = 0.64, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 56 104 157 -
CMYK 0.64 0.34 0 0.38
HSL 211.49º 0.47% 0.42% -
HSV(B) 211.49º 0.64% 0.62% -
XYZ 12.67 13.18 33.77 -
YUV 95.69 162.6 99.69 -
System Red Green Blue C M Y K H S L
Decimal 56 104 157 0.64 0.34 0 0.38 211.49 0.47 0.42
Hex 38 68 9D 40 22 0 26 D3 2F 2A
Octal 70 150 235 100 42 0 46 323 57 52
Binary 111000 1101000 10011101 1000000 100010 0 100110 11010011 101111 101010

Color Harmonies of #38689D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38689D

Black with #38689D

Text Example


Text Example

White with #38689D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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