#23629D

Color #23629D Lochmara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochmara #23629D

Tints of Lochmara #23629D

Color information

#23629D (or 0x23629D) is unknown color: approx Lochmara. HEX triplet: 23, 62 and 9D. RGB value is (35,98,157). Sum of RGB (Red+Green+Blue) = 35+98+157=290 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.07% from 290); Green value is 98 (38.67% from 255 or 33.79% from 290); Blue value is 157 (61.72% from 255 or 54.14% from 290); Max value from RGB is 157 - color contains mainly: blue. Hex color #23629D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #23629D is #DC9D62. Grayscale: #555555. Windows color (decimal): -14458211 or 10314275. OLE color: 10314275.

HSL color Cylindrical-coordinate representation of color #23629D: hue angle of 209.02º 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 #23629D is Cyan = 0.78, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3598157-
CMYK0.780.3800.38
HSL209.02º63.54%37.65%-
HSV(B)209.02º77.71%61.57%-
XYZ11.1511.5333.54-
YUV85.89168.1391.7-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.07%
GREEN value IS 98 (38.67% from 255) = 33.79%
BLUE value IS 157 (61.72% from 255) = 54.14%
R=12.07%
G=33.79%
B=54.14%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal35981570.780.3800.38209.0263.5437.65
Hex23629D4E26026d14026
Octal431422351164604632110046
Binary10001111000101001110110011101001100100110110100011000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23629D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23629D; }

 p { color: rgb(35,98,157); }

 H1.HeaderClassName
 {
   color: #23629D;
 }
 .AnyTagClassName
 {
   color: #23629D;
 }
</style>
background-color css

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

 a { background-color: rgb(35,98,157); }

 div.DivClassName
 {
   background-color: #23629D;
 }
 .BgClassName
 {
   background-color: #23629D;
 }
</style>
border-color css

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

 span { border-color: rgb(35,98,157); }

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