#232b8d

Color #232B8D Torea Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Torea Bay #232B8D

Tints of Torea Bay #232B8D

Color information

#232B8D (or 0x232B8D) is unknown color: approx Torea Bay. HEX triplet: 23, 2B and 8D. RGB value is (35,43,141). Sum of RGB (Red+Green+Blue) = 35+43+141=219 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.98% from 219); Green value is 43 (17.19% from 255 or 19.63% from 219); Blue value is 141 (55.47% from 255 or 64.38% from 219); Max value from RGB is 141 - color contains mainly: blue. Hex color #232B8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232B8D is #DCD472. Grayscale: #333333. Windows color (decimal): -14472307 or 9251619. OLE color: 9251619.

HSL color Cylindrical-coordinate representation of color #232B8D: hue angle of 235.47º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #232B8D is Cyan = 0.75, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3543141-
CMYK0.750.7000.45
HSL235.47º60.23%34.51%-
HSV(B)235.47º75.18%55.29%-
XYZ6.364.0125.64-
YUV51.78178.35116.03-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.98%
GREEN value IS 43 (17.19% from 255) = 19.63%
BLUE value IS 141 (55.47% from 255) = 64.38%
R=15.98%
G=19.63%
B=64.38%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal35431410.750.7000.45235.4760.2334.51
Hex232B8D4B4602Deb3c23
Octal43532151131060553537443
Binary1000111010111000110110010111000110010110111101011111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232b8d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232b8d; }

 p { color: rgb(35,43,141); }

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

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

 a { background-color: rgb(35,43,141); }

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

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

 span { border-color: rgb(35,43,141); }

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