Html Css Color HEX #38759B Lochmara

📋 copy color: '#38759B'

red 56 ◦ green 117 ◦ blue 155

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

Shades of Lochmara #38759B

Tints of Lochmara #38759B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.67%

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

R = 17.07%
G = 35.67%
B = 47.26%

CMYK

 C value IS 0.64

 M value IS 0.25

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#38759B (or 0x38759B) is known color: Lochmara. HEX triplet: 38, 75 and 9B. RGB value is (56,117,155). Sum of RGB (Red+Green+Blue) = 56+117+155=328 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.07% from 328); Green value is 117 (46.09% from 255 or 35.67% from 328); Blue value is 155 (60.94% from 255 or 47.26% from 328); Max value from RGB is 155 - color contains mainly: blue. Hex color #38759B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38759B is #C78A64. Grayscale: #666666. Windows color (decimal): -13077093 or 10188088. OLE color: 10188088.

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

Color convert

RGB 56 117 155 -
CMYK 0.64 0.25 0 0.39
HSL 203.03º 0.47% 0.41% -
HSV(B) 203.03º 0.64% 0.61% -
XYZ 13.91 15.93 33.35 -
YUV 103.09 157.29 94.41 -
System Red Green Blue C M Y K H S L
Decimal 56 117 155 0.64 0.25 0 0.39 203.03 0.47 0.41
Hex 38 75 9B 40 19 0 27 CB 2F 29
Octal 70 165 233 100 31 0 47 313 57 51
Binary 111000 1110101 10011011 1000000 11001 0 100111 11001011 101111 101001

Color Harmonies of #38759B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38759B

Black with #38759B

Text Example


Text Example

White with #38759B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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