Html Css Color HEX #38729B Lochmara

📋 copy color: '#38729B'

red 56 ◦ green 114 ◦ blue 155

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

Shades of Lochmara #38729B

Tints of Lochmara #38729B

RGB

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

 GREEN value IS 114 (44.92% from 255) = 35.08%

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

R = 17.23%
G = 35.08%
B = 47.69%

CMYK

 C value IS 0.64

 M value IS 0.26

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#38729B (or 0x38729B) is known color: Lochmara. HEX triplet: 38, 72 and 9B. RGB value is (56,114,155). Sum of RGB (Red+Green+Blue) = 56+114+155=325 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.23% from 325); Green value is 114 (44.92% from 255 or 35.08% from 325); Blue value is 155 (60.94% from 255 or 47.69% from 325); Max value from RGB is 155 - color contains mainly: blue. Hex color #38729B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38729B is #C78D64. Grayscale: #656565. Windows color (decimal): -13077861 or 10187320. OLE color: 10187320.

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

Color convert

RGB 56 114 155 -
CMYK 0.64 0.26 0 0.39
HSL 204.85º 0.47% 0.41% -
HSV(B) 204.85º 0.64% 0.61% -
XYZ 13.56 15.24 33.24 -
YUV 101.33 158.28 95.67 -
System Red Green Blue C M Y K H S L
Decimal 56 114 155 0.64 0.26 0 0.39 204.85 0.47 0.41
Hex 38 72 9B 40 1A 0 27 CD 2F 29
Octal 70 162 233 100 32 0 47 315 57 51
Binary 111000 1110010 10011011 1000000 11010 0 100111 11001101 101111 101001

Color Harmonies of #38729B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38729B

Black with #38729B

Text Example


Text Example

White with #38729B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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