#236A98

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

Shades of Lochmara #236A98

Tints of Lochmara #236A98

Color information

#236A98 (or 0x236A98) is unknown color: approx Lochmara. HEX triplet: 23, 6A and 98. RGB value is (35,106,152). Sum of RGB (Red+Green+Blue) = 35+106+152=293 (38% of max value = 765). Red value is 35 (14.06% from 255 or 11.95% from 293); Green value is 106 (41.80% from 255 or 36.18% from 293); Blue value is 152 (59.77% from 255 or 51.88% from 293); Max value from RGB is 152 - color contains mainly: blue. Hex color #236A98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #236A98 is #DC9567. Grayscale: #595959. Windows color (decimal): -14456168 or 9988643. OLE color: 9988643.

HSL color Cylindrical-coordinate representation of color #236A98: hue angle of 203.59º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #236A98 is Cyan = 0.77, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB35106152-
CMYK0.770.3000.40
HSL203.59º62.57%36.67%-
HSV(B)203.59º76.97%59.61%-
XYZ11.5112.9331.6-
YUV90.02162.9888.76-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 11.95%
GREEN value IS 106 (41.80% from 255) = 36.18%
BLUE value IS 152 (59.77% from 255) = 51.88%
R=11.95%
G=36.18%
B=51.88%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal351061520.770.3000.40203.5962.5736.67
Hex236A984D1E028cc3f25
Octal43152230115360503147745
Binary100011110101010011000100110111110010100011001100111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #236A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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