#23435F

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

Shades of Regal Blue #23435F

Tints of Regal Blue #23435F

Color information

#23435F (or 0x23435F) is unknown color: approx Regal Blue. HEX triplet: 23, 43 and 5F. RGB value is (35,67,95). Sum of RGB (Red+Green+Blue) = 35+67+95=197 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.77% from 197); Green value is 67 (26.56% from 255 or 34.01% from 197); Blue value is 95 (37.5% from 255 or 48.22% from 197); Max value from RGB is 95 - color contains mainly: blue. Hex color #23435F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23435F is #DCBCA0. Grayscale: #3C3C3C. Windows color (decimal): -14466209 or 6243107. OLE color: 6243107.

HSL color Cylindrical-coordinate representation of color #23435F: hue angle of 208º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #23435F is Cyan = 0.63, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB356795-
CMYK0.630.2900.63
HSL208º46.15%25.49%-
HSV(B)208º63.16%37.25%-
XYZ4.775.211.58-
YUV60.62147.4109.72-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.77%
GREEN value IS 67 (26.56% from 255) = 34.01%
BLUE value IS 95 (37.5% from 255) = 48.22%
R=17.77%
G=34.01%
B=48.22%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3567950.630.2900.6320846.1525.49
Hex23435F3F1D03Fd02e19
Octal4310313777350773205631
Binary100011100001110111111111111110101111111101000010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23435F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23435F; }

 p { color: rgb(35,67,95); }

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

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

 a { background-color: rgb(35,67,95); }

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

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

 span { border-color: rgb(35,67,95); }

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