#236A9C

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

Shades of Lochmara #236A9C

Tints of Lochmara #236A9C

Color information

#236A9C (or 0x236A9C) is unknown color: approx Lochmara. HEX triplet: 23, 6A and 9C. RGB value is (35,106,156). Sum of RGB (Red+Green+Blue) = 35+106+156=297 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.78% from 297); Green value is 106 (41.80% from 255 or 35.69% from 297); Blue value is 156 (61.33% from 255 or 52.53% from 297); Max value from RGB is 156 - color contains mainly: blue. Hex color #236A9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #236A9C is #DC9563. Grayscale: #5A5A5A. Windows color (decimal): -14456164 or 10250787. OLE color: 10250787.

HSL color Cylindrical-coordinate representation of color #236A9C: hue angle of 204.79º 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 #236A9C is Cyan = 0.78, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB35106156-
CMYK0.780.3200.39
HSL204.79º63.35%37.45%-
HSV(B)204.79º77.56%61.18%-
XYZ11.8513.0733.35-
YUV90.47164.9888.43-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 11.78%
GREEN value IS 106 (41.80% from 255) = 35.69%
BLUE value IS 156 (61.33% from 255) = 52.53%
R=11.78%
G=35.69%
B=52.53%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal351061560.780.3200.39204.7963.3537.45
Hex236A9C4E20027cd3f25
Octal43152234116400473157745
Binary1000111101010100111001001110100000010011111001101111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #236A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #236A9C; }

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

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

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

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

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

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

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

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