Html Css Color HEX #23759F Lochmara

📋 copy color: '#23759F'

red 35 ◦ green 117 ◦ blue 159

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

Shades of Lochmara #23759F

Tints of Lochmara #23759F

RGB

 RED value IS 35 (14.06% from 255) = 11.25%

 GREEN value IS 117 (46.09% from 255) = 37.62%

 BLUE value IS 159 (62.5% from 255) = 51.13%

R = 11.25%
G = 37.62%
B = 51.13%

CMYK

 C value IS 0.78

 M value IS 0.26

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#23759F (or 0x23759F) is known color: Lochmara. HEX triplet: 23, 75 and 9F. RGB value is (35,117,159). Sum of RGB (Red+Green+Blue) = 35+117+159=311 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.25% from 311); Green value is 117 (46.09% from 255 or 37.62% from 311); Blue value is 159 (62.5% from 255 or 51.13% from 311); Max value from RGB is 159 - color contains mainly: blue. Hex color #23759F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #23759F is #DC8A60. Grayscale: #616161. Windows color (decimal): -14453345 or 10450211. OLE color: 10450211.

HSL color Cylindrical-coordinate representation of color #23759F: hue angle of 200.32º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #23759F is Cyan = 0.78, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 35 117 159 -
CMYK 0.78 0.26 0 0.38
HSL 200.32º 0.64% 0.38% -
HSV(B) 200.32º 0.78% 0.62% -
XYZ 13.31 15.58 35.11 -
YUV 97.27 162.83 83.58 -
System Red Green Blue C M Y K H S L
Decimal 35 117 159 0.78 0.26 0 0.38 200.32 0.64 0.38
Hex 23 75 9F 4E 1A 0 26 C8 40 26
Octal 43 165 237 116 32 0 46 310 100 46
Binary 100011 1110101 10011111 1001110 11010 0 100110 11001000 1000000 100110

Color Harmonies of #23759F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23759F

Black with #23759F

Text Example


Text Example

White with #23759F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23759F; }

 p { color: rgb(35,117,159); }

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

background-color css

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

 a { background-color: rgb(35,117,159); }

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

border-color css

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

 span { border-color: rgb(35,117,159); }

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