Html Css Color HEX #38699B Lochmara

📋 copy color: '#38699B'

red 56 ◦ green 105 ◦ blue 155

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

Shades of Lochmara #38699B

Tints of Lochmara #38699B

RGB

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

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

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

R = 17.72%
G = 33.23%
B = 49.05%

CMYK

 C value IS 0.64

 M value IS 0.32

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#38699B (or 0x38699B) is known color: Lochmara. HEX triplet: 38, 69 and 9B. RGB value is (56,105,155). Sum of RGB (Red+Green+Blue) = 56+105+155=316 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.72% from 316); Green value is 105 (41.41% from 255 or 33.23% from 316); Blue value is 155 (60.94% from 255 or 49.05% from 316); Max value from RGB is 155 - color contains mainly: blue. Hex color #38699B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38699B is #C79664. Grayscale: #5F5F5F. Windows color (decimal): -13080165 or 10185016. OLE color: 10185016.

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

Color convert

RGB 56 105 155 -
CMYK 0.64 0.32 0 0.39
HSL 210.3º 0.47% 0.41% -
HSV(B) 210.3º 0.64% 0.61% -
XYZ 12.6 13.31 32.92 -
YUV 96.05 161.27 99.43 -
System Red Green Blue C M Y K H S L
Decimal 56 105 155 0.64 0.32 0 0.39 210.3 0.47 0.41
Hex 38 69 9B 40 20 0 27 D2 2F 29
Octal 70 151 233 100 40 0 47 322 57 51
Binary 111000 1101001 10011011 1000000 100000 0 100111 11010010 101111 101001

Color Harmonies of #38699B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38699B

Black with #38699B

Text Example


Text Example

White with #38699B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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