Html Css Color HEX #38739C Lochmara

📋 copy color: '#38739C'

red 56 ◦ green 115 ◦ blue 156

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

Shades of Lochmara #38739C

Tints of Lochmara #38739C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 35.17%

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

R = 17.13%
G = 35.17%
B = 47.71%

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

#38739C (or 0x38739C) is known color: Lochmara. HEX triplet: 38, 73 and 9C. RGB value is (56,115,156). Sum of RGB (Red+Green+Blue) = 56+115+156=327 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.13% from 327); Green value is 115 (45.31% from 255 or 35.17% from 327); Blue value is 156 (61.33% from 255 or 47.71% from 327); Max value from RGB is 156 - color contains mainly: blue. Hex color #38739C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38739C is #C78C63. Grayscale: #656565. Windows color (decimal): -13077604 or 10253112. OLE color: 10253112.

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

Color convert

RGB 56 115 156 -
CMYK 0.64 0.26 0 0.39
HSL 204.6º 0.47% 0.42% -
HSV(B) 204.6º 0.64% 0.61% -
XYZ 13.76 15.5 33.72 -
YUV 102.03 158.45 95.17 -
System Red Green Blue C M Y K H S L
Decimal 56 115 156 0.64 0.26 0 0.39 204.6 0.47 0.42
Hex 38 73 9C 40 1A 0 27 CD 2F 2A
Octal 70 163 234 100 32 0 47 315 57 52
Binary 111000 1110011 10011100 1000000 11010 0 100111 11001101 101111 101010

Color Harmonies of #38739C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38739C

Black with #38739C

Text Example


Text Example

White with #38739C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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