Html Css Color HEX #38779C Lochmara

📋 copy color: '#38779C'

red 56 ◦ green 119 ◦ blue 156

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

Shades of Lochmara #38779C

Tints of Lochmara #38779C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 47.13%

R = 16.92%
G = 35.95%
B = 47.13%

CMYK

 C value IS 0.64

 M value IS 0.24

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#38779C (or 0x38779C) is known color: Lochmara. HEX triplet: 38, 77 and 9C. RGB value is (56,119,156). Sum of RGB (Red+Green+Blue) = 56+119+156=331 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.92% from 331); Green value is 119 (46.88% from 255 or 35.95% from 331); Blue value is 156 (61.33% from 255 or 47.13% from 331); Max value from RGB is 156 - color contains mainly: blue. Hex color #38779C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38779C is #C78863. Grayscale: #686868. Windows color (decimal): -13076580 or 10254136. OLE color: 10254136.

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

Color convert

RGB 56 119 156 -
CMYK 0.64 0.24 0 0.39
HSL 202.2º 0.47% 0.42% -
HSV(B) 202.2º 0.64% 0.61% -
XYZ 14.23 16.43 33.87 -
YUV 104.38 157.13 93.49 -
System Red Green Blue C M Y K H S L
Decimal 56 119 156 0.64 0.24 0 0.39 202.2 0.47 0.42
Hex 38 77 9C 40 18 0 27 CA 2F 2A
Octal 70 167 234 100 30 0 47 312 57 52
Binary 111000 1110111 10011100 1000000 11000 0 100111 11001010 101111 101010

Color Harmonies of #38779C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38779C

Black with #38779C

Text Example


Text Example

White with #38779C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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