Html Css Color HEX #38779B Lochmara

📋 copy color: '#38779B'

red 56 ◦ green 119 ◦ blue 155

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

Shades of Lochmara #38779B

Tints of Lochmara #38779B

RGB

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

 GREEN value IS 119 (46.88% from 255) = 36.06%

 BLUE value IS 155 (60.94% from 255) = 46.97%

R = 16.97%
G = 36.06%
B = 46.97%

CMYK

 C value IS 0.64

 M value IS 0.23

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#38779B (or 0x38779B) is known color: Lochmara. HEX triplet: 38, 77 and 9B. RGB value is (56,119,155). Sum of RGB (Red+Green+Blue) = 56+119+155=330 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.97% from 330); Green value is 119 (46.88% from 255 or 36.06% from 330); Blue value is 155 (60.94% from 255 or 46.97% from 330); Max value from RGB is 155 - color contains mainly: blue. Hex color #38779B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38779B is #C78864. Grayscale: #686868. Windows color (decimal): -13076581 or 10188600. OLE color: 10188600.

HSL color Cylindrical-coordinate representation of color #38779B: hue angle of 201.82º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #38779B is Cyan = 0.64, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 56 119 155 -
CMYK 0.64 0.23 0 0.39
HSL 201.82º 0.47% 0.41% -
HSV(B) 201.82º 0.64% 0.61% -
XYZ 14.14 16.4 33.43 -
YUV 104.27 156.63 93.57 -
System Red Green Blue C M Y K H S L
Decimal 56 119 155 0.64 0.23 0 0.39 201.82 0.47 0.41
Hex 38 77 9B 40 17 0 27 CA 2F 29
Octal 70 167 233 100 27 0 47 312 57 51
Binary 111000 1110111 10011011 1000000 10111 0 100111 11001010 101111 101001

Color Harmonies of #38779B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38779B

Black with #38779B

Text Example


Text Example

White with #38779B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38779B; }

 p { color: rgb(56,119,155); }

 H1.HeaderClassName
 {
   color: #38779B;
 }
 .AnyTagClassName
 {
   color: #38779B;
 }
</style>

background-color css

<style>
 a { background-color: #38779B; }

 a { background-color: rgb(56,119,155); }

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

border-color css

<style>
 span { border-color: #38779B; }

 span { border-color: rgb(56,119,155); }

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