#234B85

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

Shades of Fun Blue #234B85

Tints of Fun Blue #234B85

Color information

#234B85 (or 0x234B85) is unknown color: approx Fun Blue. HEX triplet: 23, 4B and 85. RGB value is (35,75,133). Sum of RGB (Red+Green+Blue) = 35+75+133=243 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.40% from 243); Green value is 75 (29.69% from 255 or 30.86% from 243); Blue value is 133 (52.34% from 255 or 54.73% from 243); Max value from RGB is 133 - color contains mainly: blue. Hex color #234B85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #234B85 is #DCB47A. Grayscale: #454545. Windows color (decimal): -14464123 or 8735523. OLE color: 8735523.

HSL color Cylindrical-coordinate representation of color #234B85: hue angle of 215.51º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #234B85 is Cyan = 0.74, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3575133-
CMYK0.740.4400.48
HSL215.51º58.33%32.94%-
HSV(B)215.51º73.68%52.16%-
XYZ7.447.0823.17-
YUV69.65163.75103.28-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.40%
GREEN value IS 75 (29.69% from 255) = 30.86%
BLUE value IS 133 (52.34% from 255) = 54.73%
R=14.40%
G=30.86%
B=54.73%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal35751330.740.4400.48215.5158.3332.94
Hex234B854A2C030d83a21
Octal43113205112540603307241
Binary1000111001011100001011001010101100011000011011000111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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