Html Css Color HEX #246A9B Lochmara

📋 copy color: '#246A9B'

red 36 ◦ green 106 ◦ blue 155

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

Shades of Lochmara #246A9B

Tints of Lochmara #246A9B

RGB

 RED value IS 36 (14.45% from 255) = 12.12%

 GREEN value IS 106 (41.8% from 255) = 35.69%

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

R = 12.12%
G = 35.69%
B = 52.19%

CMYK

 C value IS 0.77

 M value IS 0.32

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#246A9B (or 0x246A9B) is known color: Lochmara. HEX triplet: 24, 6A and 9B. RGB value is (36,106,155). Sum of RGB (Red+Green+Blue) = 36+106+155=297 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.12% from 297); Green value is 106 (41.80% from 255 or 35.69% from 297); Blue value is 155 (60.94% from 255 or 52.19% from 297); Max value from RGB is 155 - color contains mainly: blue. Hex color #246A9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246A9B is #DB9564. Grayscale: #5A5A5A. Windows color (decimal): -14390629 or 10185252. OLE color: 10185252.

HSL color Cylindrical-coordinate representation of color #246A9B: hue angle of 204.71º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #246A9B is Cyan = 0.77, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 36 106 155 -
CMYK 0.77 0.32 0 0.39
HSL 204.71º 0.62% 0.37% -
HSV(B) 204.71º 0.77% 0.61% -
XYZ 11.8 13.05 32.91 -
YUV 90.66 164.31 89.02 -
System Red Green Blue C M Y K H S L
Decimal 36 106 155 0.77 0.32 0 0.39 204.71 0.62 0.37
Hex 24 6A 9B 4D 20 0 27 CD 3E 25
Octal 44 152 233 115 40 0 47 315 76 45
Binary 100100 1101010 10011011 1001101 100000 0 100111 11001101 111110 100101

Color Harmonies of #246A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #246A9B

Black with #246A9B

Text Example


Text Example

White with #246A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #246A9B; }

 p { color: rgb(36,106,155); }

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

background-color css

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

 a { background-color: rgb(36,106,155); }

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

border-color css

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

 span { border-color: rgb(36,106,155); }

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