#233B54

Color #233B54 Regal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Regal Blue #233B54

Tints of Regal Blue #233B54

Color information

#233B54 (or 0x233B54) is unknown color: approx Regal Blue. HEX triplet: 23, 3B and 54. RGB value is (35,59,84). Sum of RGB (Red+Green+Blue) = 35+59+84=178 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.66% from 178); Green value is 59 (23.44% from 255 or 33.15% from 178); Blue value is 84 (33.20% from 255 or 47.19% from 178); Max value from RGB is 84 - color contains mainly: blue. Hex color #233B54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233B54 is #DCC4AB. Grayscale: #363636. Windows color (decimal): -14468268 or 5520163. OLE color: 5520163.

HSL color Cylindrical-coordinate representation of color #233B54: hue angle of 210.61º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #233B54 is Cyan = 0.58, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB355984-
CMYK0.580.3000.67
HSL210.61º41.18%23.33%-
HSV(B)210.61º58.33%32.94%-
XYZ3.864.138.98-
YUV54.67144.55113.97-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 19.66%
GREEN value IS 59 (23.44% from 255) = 33.15%
BLUE value IS 84 (33.20% from 255) = 47.19%
R=19.66%
G=33.15%
B=47.19%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3559840.580.3000.67210.6141.1823.33
Hex233B543A1E043d32917
Octal4373124723601033235127
Binary100011111011101010011101011110010000111101001110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233B54; }

 p { color: rgb(35,59,84); }

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

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

 a { background-color: rgb(35,59,84); }

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

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

 span { border-color: rgb(35,59,84); }

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