Html Css Color HEX #38709C Lochmara

📋 copy color: '#38709C'

red 56 ◦ green 112 ◦ blue 156

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

Shades of Lochmara #38709C

Tints of Lochmara #38709C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.57%

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

R = 17.28%
G = 34.57%
B = 48.15%

CMYK

 C value IS 0.64

 M value IS 0.28

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#38709C (or 0x38709C) is known color: Lochmara. HEX triplet: 38, 70 and 9C. RGB value is (56,112,156). Sum of RGB (Red+Green+Blue) = 56+112+156=324 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.28% from 324); Green value is 112 (44.14% from 255 or 34.57% from 324); Blue value is 156 (61.33% from 255 or 48.15% from 324); Max value from RGB is 156 - color contains mainly: blue. Hex color #38709C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38709C is #C78F63. Grayscale: #646464. Windows color (decimal): -13078372 or 10252344. OLE color: 10252344.

HSL color Cylindrical-coordinate representation of color #38709C: hue angle of 206.4º 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 #38709C is Cyan = 0.64, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 56 112 156 -
CMYK 0.64 0.28 0 0.39
HSL 206.4º 0.47% 0.42% -
HSV(B) 206.4º 0.64% 0.61% -
XYZ 13.43 14.83 33.61 -
YUV 100.27 159.45 96.42 -
System Red Green Blue C M Y K H S L
Decimal 56 112 156 0.64 0.28 0 0.39 206.4 0.47 0.42
Hex 38 70 9C 40 1C 0 27 CE 2F 2A
Octal 70 160 234 100 34 0 47 316 57 52
Binary 111000 1110000 10011100 1000000 11100 0 100111 11001110 101111 101010

Color Harmonies of #38709C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38709C

Black with #38709C

Text Example


Text Example

White with #38709C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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