Html Css Color HEX #38749B Lochmara

📋 copy color: '#38749B'

red 56 ◦ green 116 ◦ blue 155

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

Shades of Lochmara #38749B

Tints of Lochmara #38749B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.47%

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

R = 17.13%
G = 35.47%
B = 47.4%

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

#38749B (or 0x38749B) is known color: Lochmara. HEX triplet: 38, 74 and 9B. RGB value is (56,116,155). Sum of RGB (Red+Green+Blue) = 56+116+155=327 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.13% from 327); Green value is 116 (45.70% from 255 or 35.47% from 327); Blue value is 155 (60.94% from 255 or 47.40% from 327); Max value from RGB is 155 - color contains mainly: blue. Hex color #38749B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38749B is #C78B64. Grayscale: #666666. Windows color (decimal): -13077349 or 10187832. OLE color: 10187832.

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

Color convert

RGB 56 116 155 -
CMYK 0.64 0.25 0 0.39
HSL 203.64º 0.47% 0.41% -
HSV(B) 203.64º 0.64% 0.61% -
XYZ 13.79 15.7 33.31 -
YUV 102.51 157.62 94.83 -
System Red Green Blue C M Y K H S L
Decimal 56 116 155 0.64 0.25 0 0.39 203.64 0.47 0.41
Hex 38 74 9B 40 19 0 27 CC 2F 29
Octal 70 164 233 100 31 0 47 314 57 51
Binary 111000 1110100 10011011 1000000 11001 0 100111 11001100 101111 101001

Color Harmonies of #38749B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38749B

Black with #38749B

Text Example


Text Example

White with #38749B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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