Html Css Color HEX #38689A Lochmara

📋 copy color: '#38689A'

red 56 ◦ green 104 ◦ blue 154

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

Shades of Lochmara #38689A

Tints of Lochmara #38689A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.12%

 BLUE value IS 154 (60.55% from 255) = 49.04%

R = 17.83%
G = 33.12%
B = 49.04%

CMYK

 C value IS 0.64

 M value IS 0.32

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#38689A (or 0x38689A) is known color: Lochmara. HEX triplet: 38, 68 and 9A. RGB value is (56,104,154). Sum of RGB (Red+Green+Blue) = 56+104+154=314 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.83% from 314); Green value is 104 (41.02% from 255 or 33.12% from 314); Blue value is 154 (60.55% from 255 or 49.04% from 314); Max value from RGB is 154 - color contains mainly: blue. Hex color #38689A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38689A is #C79765. Grayscale: #5F5F5F. Windows color (decimal): -13080422 or 10119224. OLE color: 10119224.

HSL color Cylindrical-coordinate representation of color #38689A: hue angle of 210.61º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #38689A is Cyan = 0.64, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 56 104 154 -
CMYK 0.64 0.32 0 0.40
HSL 210.61º 0.47% 0.41% -
HSV(B) 210.61º 0.64% 0.6% -
XYZ 12.41 13.07 32.44 -
YUV 95.35 161.1 99.93 -
System Red Green Blue C M Y K H S L
Decimal 56 104 154 0.64 0.32 0 0.40 210.61 0.47 0.41
Hex 38 68 9A 40 20 0 28 D3 2F 29
Octal 70 150 232 100 40 0 50 323 57 51
Binary 111000 1101000 10011010 1000000 100000 0 101000 11010011 101111 101001

Color Harmonies of #38689A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38689A

Black with #38689A

Text Example


Text Example

White with #38689A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38689A; }

 p { color: rgb(56,104,154); }

 H1.HeaderClassName
 {
   color: #38689A;
 }
 .AnyTagClassName
 {
   color: #38689A;
 }
</style>

background-color css

<style>
 a { background-color: #38689A; }

 a { background-color: rgb(56,104,154); }

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

border-color css

<style>
 span { border-color: #38689A; }

 span { border-color: rgb(56,104,154); }

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