#23639C

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

Shades of Lochmara #23639C

Tints of Lochmara #23639C

Color information

#23639C (or 0x23639C) is unknown color: approx Lochmara. HEX triplet: 23, 63 and 9C. RGB value is (35,99,156). Sum of RGB (Red+Green+Blue) = 35+99+156=290 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.07% from 290); Green value is 99 (39.06% from 255 or 34.14% from 290); Blue value is 156 (61.33% from 255 or 53.79% from 290); Max value from RGB is 156 - color contains mainly: blue. Hex color #23639C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #23639C is #DC9C63. Grayscale: #565656. Windows color (decimal): -14457956 or 10248995. OLE color: 10248995.

HSL color Cylindrical-coordinate representation of color #23639C: hue angle of 208.26º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #23639C is Cyan = 0.78, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB3599156-
CMYK0.780.3700.39
HSL208.26º63.35%37.45%-
HSV(B)208.26º77.56%61.18%-
XYZ11.1611.6833.12-
YUV86.36167.391.37-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.07%
GREEN value IS 99 (39.06% from 255) = 34.14%
BLUE value IS 156 (61.33% from 255) = 53.79%
R=12.07%
G=34.14%
B=53.79%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal35991560.780.3700.39208.2663.3537.45
Hex23639C4E25027d03f25
Octal43143234116450473207745
Binary1000111100011100111001001110100101010011111010000111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23639C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23639C; }

 p { color: rgb(35,99,156); }

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

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

 a { background-color: rgb(35,99,156); }

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

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

 span { border-color: rgb(35,99,156); }

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