Html Css Color HEX #38709B Lochmara

📋 copy color: '#38709B'

red 56 ◦ green 112 ◦ blue 155

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

Shades of Lochmara #38709B

Tints of Lochmara #38709B

RGB

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

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

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

R = 17.34%
G = 34.67%
B = 47.99%

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

#38709B (or 0x38709B) is known color: Lochmara. HEX triplet: 38, 70 and 9B. RGB value is (56,112,155). Sum of RGB (Red+Green+Blue) = 56+112+155=323 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.34% from 323); Green value is 112 (44.14% from 255 or 34.67% from 323); Blue value is 155 (60.94% from 255 or 47.99% from 323); Max value from RGB is 155 - color contains mainly: blue. Hex color #38709B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38709B is #C78F64. Grayscale: #636363. Windows color (decimal): -13078373 or 10186808. OLE color: 10186808.

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

Color convert

RGB 56 112 155 -
CMYK 0.64 0.28 0 0.39
HSL 206.06º 0.47% 0.41% -
HSV(B) 206.06º 0.64% 0.61% -
XYZ 13.34 14.8 33.16 -
YUV 100.16 158.95 96.5 -
System Red Green Blue C M Y K H S L
Decimal 56 112 155 0.64 0.28 0 0.39 206.06 0.47 0.41
Hex 38 70 9B 40 1C 0 27 CE 2F 29
Octal 70 160 233 100 34 0 47 316 57 51
Binary 111000 1110000 10011011 1000000 11100 0 100111 11001110 101111 101001

Color Harmonies of #38709B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38709B

Black with #38709B

Text Example


Text Example

White with #38709B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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