#234b93

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

Shades of Endeavour #234B93

Tints of Endeavour #234B93

Color information

#234B93 (or 0x234B93) is unknown color: approx Endeavour. HEX triplet: 23, 4B and 93. RGB value is (35,75,147). Sum of RGB (Red+Green+Blue) = 35+75+147=257 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.62% from 257); Green value is 75 (29.69% from 255 or 29.18% from 257); Blue value is 147 (57.81% from 255 or 57.20% from 257); Max value from RGB is 147 - color contains mainly: blue. Hex color #234B93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234B93 is #DCB46C. Grayscale: #464646. Windows color (decimal): -14464109 or 9653027. OLE color: 9653027.

HSL color Cylindrical-coordinate representation of color #234B93: hue angle of 218.57º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #234B93 is Cyan = 0.76, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3575147-
CMYK0.760.4900.42
HSL218.57º61.54%35.69%-
HSV(B)218.57º76.19%57.65%-
XYZ8.487.528.6-
YUV71.25170.75102.15-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.62%
GREEN value IS 75 (29.69% from 255) = 29.18%
BLUE value IS 147 (57.81% from 255) = 57.20%
R=13.62%
G=29.18%
B=57.20%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal35751470.760.4900.42218.5761.5435.69
Hex234B934C3102Adb3e24
Octal43113223114610523337644
Binary1000111001011100100111001100110001010101011011011111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234b93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234b93; }

 p { color: rgb(35,75,147); }

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

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

 a { background-color: rgb(35,75,147); }

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

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

 span { border-color: rgb(35,75,147); }

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