Html Css Color HEX #266696 Lochmara

📋 copy color: '#266696'

red 38 ◦ green 102 ◦ blue 150

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

Shades of Lochmara #266696

Tints of Lochmara #266696

RGB

 RED value IS 38 (15.23% from 255) = 13.1%

 GREEN value IS 102 (40.23% from 255) = 35.17%

 BLUE value IS 150 (58.98% from 255) = 51.72%

R = 13.1%
G = 35.17%
B = 51.72%

CMYK

 C value IS 0.75

 M value IS 0.32

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#266696 (or 0x266696) is known color: Lochmara. HEX triplet: 26, 66 and 96. RGB value is (38,102,150). Sum of RGB (Red+Green+Blue) = 38+102+150=290 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.10% from 290); Green value is 102 (40.23% from 255 or 35.17% from 290); Blue value is 150 (58.98% from 255 or 51.72% from 290); Max value from RGB is 150 - color contains mainly: blue. Hex color #266696 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #266696 is #D99969. Grayscale: #585858. Windows color (decimal): -14260586 or 9856550. OLE color: 9856550.

HSL color Cylindrical-coordinate representation of color #266696: hue angle of 205.71º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #266696 is Cyan = 0.75, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 38 102 150 -
CMYK 0.75 0.32 0 0.41
HSL 205.71º 0.6% 0.37% -
HSV(B) 205.71º 0.75% 0.59% -
XYZ 11.06 12.12 30.61 -
YUV 88.34 162.8 92.1 -
System Red Green Blue C M Y K H S L
Decimal 38 102 150 0.75 0.32 0 0.41 205.71 0.6 0.37
Hex 26 66 96 4B 20 0 29 CE 3C 25
Octal 46 146 226 113 40 0 51 316 74 45
Binary 100110 1100110 10010110 1001011 100000 0 101001 11001110 111100 100101

Color Harmonies of #266696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266696

Black with #266696

Text Example


Text Example

White with #266696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #266696; }

 p { color: rgb(38,102,150); }

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

background-color css

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

 a { background-color: rgb(38,102,150); }

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

border-color css

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

 span { border-color: rgb(38,102,150); }

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