Html Css Color HEX #38769D Lochmara

📋 copy color: '#38769D'

red 56 ◦ green 118 ◦ blue 157

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

Shades of Lochmara #38769D

Tints of Lochmara #38769D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.65%

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

R = 16.92%
G = 35.65%
B = 47.43%

CMYK

 C value IS 0.64

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#38769D (or 0x38769D) is known color: Lochmara. HEX triplet: 38, 76 and 9D. RGB value is (56,118,157). Sum of RGB (Red+Green+Blue) = 56+118+157=331 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.92% from 331); Green value is 118 (46.48% from 255 or 35.65% from 331); Blue value is 157 (61.72% from 255 or 47.43% from 331); Max value from RGB is 157 - color contains mainly: blue. Hex color #38769D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38769D is #C78962. Grayscale: #676767. Windows color (decimal): -13076835 or 10319416. OLE color: 10319416.

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

Color convert

RGB 56 118 157 -
CMYK 0.64 0.25 0 0.38
HSL 203.17º 0.47% 0.42% -
HSV(B) 203.17º 0.64% 0.62% -
XYZ 14.2 16.23 34.28 -
YUV 103.91 157.96 93.83 -
System Red Green Blue C M Y K H S L
Decimal 56 118 157 0.64 0.25 0 0.38 203.17 0.47 0.42
Hex 38 76 9D 40 19 0 26 CB 2F 2A
Octal 70 166 235 100 31 0 46 313 57 52
Binary 111000 1110110 10011101 1000000 11001 0 100110 11001011 101111 101010

Color Harmonies of #38769D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38769D

Black with #38769D

Text Example


Text Example

White with #38769D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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