Html Css Color HEX #38699C Lochmara

📋 copy color: '#38699C'

red 56 ◦ green 105 ◦ blue 156

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

Shades of Lochmara #38699C

Tints of Lochmara #38699C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.12%

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

R = 17.67%
G = 33.12%
B = 49.21%

CMYK

 C value IS 0.64

 M value IS 0.33

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#38699C (or 0x38699C) is known color: Lochmara. HEX triplet: 38, 69 and 9C. RGB value is (56,105,156). Sum of RGB (Red+Green+Blue) = 56+105+156=317 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.67% from 317); Green value is 105 (41.41% from 255 or 33.12% from 317); Blue value is 156 (61.33% from 255 or 49.21% from 317); Max value from RGB is 156 - color contains mainly: blue. Hex color #38699C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38699C is #C79663. Grayscale: #5F5F5F. Windows color (decimal): -13080164 or 10250552. OLE color: 10250552.

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

Color convert

RGB 56 105 156 -
CMYK 0.64 0.33 0 0.39
HSL 210.6º 0.47% 0.42% -
HSV(B) 210.6º 0.64% 0.61% -
XYZ 12.68 13.34 33.36 -
YUV 96.16 161.77 99.35 -
System Red Green Blue C M Y K H S L
Decimal 56 105 156 0.64 0.33 0 0.39 210.6 0.47 0.42
Hex 38 69 9C 40 21 0 27 D3 2F 2A
Octal 70 151 234 100 41 0 47 323 57 52
Binary 111000 1101001 10011100 1000000 100001 0 100111 11010011 101111 101010

Color Harmonies of #38699C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38699C

Black with #38699C

Text Example


Text Example

White with #38699C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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