#235298

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

Shades of Endeavour #235298

Tints of Endeavour #235298

Color information

#235298 (or 0x235298) is unknown color: approx Endeavour. HEX triplet: 23, 52 and 98. RGB value is (35,82,152). Sum of RGB (Red+Green+Blue) = 35+82+152=269 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.01% from 269); Green value is 82 (32.42% from 255 or 30.48% from 269); Blue value is 152 (59.77% from 255 or 56.51% from 269); Max value from RGB is 152 - color contains mainly: blue. Hex color #235298 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #235298 is #DCAD67. Grayscale: #4B4B4B. Windows color (decimal): -14462312 or 9982499. OLE color: 9982499.

HSL color Cylindrical-coordinate representation of color #235298: hue angle of 215.9º 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 #235298 is Cyan = 0.77, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB3582152-
CMYK0.770.4600.40
HSL215.9º62.57%36.67%-
HSV(B)215.9º76.97%59.61%-
XYZ9.388.6630.88-
YUV75.93170.9398.81-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.01%
GREEN value IS 82 (32.42% from 255) = 30.48%
BLUE value IS 152 (59.77% from 255) = 56.51%
R=13.01%
G=30.48%
B=56.51%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal35821520.770.4600.40215.962.5736.67
Hex2352984D2E028d83f25
Octal43122230115560503307745
Binary1000111010010100110001001101101110010100011011000111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235298; }

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

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

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

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

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

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

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

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