#23435E

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

Shades of Regal Blue #23435E

Tints of Regal Blue #23435E

Color information

#23435E (or 0x23435E) is unknown color: approx Regal Blue. HEX triplet: 23, 43 and 5E. RGB value is (35,67,94). Sum of RGB (Red+Green+Blue) = 35+67+94=196 (25% of max value = 765). Red value is 35 (14.06% from 255 or 17.86% from 196); Green value is 67 (26.56% from 255 or 34.18% from 196); Blue value is 94 (37.11% from 255 or 47.96% from 196); Max value from RGB is 94 - color contains mainly: blue. Hex color #23435E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23435E is #DCBCA1. Grayscale: #3C3C3C. Windows color (decimal): -14466210 or 6177571. OLE color: 6177571.

HSL color Cylindrical-coordinate representation of color #23435E: hue angle of 207.46º 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 #23435E is Cyan = 0.63, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB356794-
CMYK0.630.2900.63
HSL207.46º45.74%25.29%-
HSV(B)207.46º62.77%36.86%-
XYZ4.725.1811.34-
YUV60.51146.9109.8-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.86%
GREEN value IS 67 (26.56% from 255) = 34.18%
BLUE value IS 94 (37.11% from 255) = 47.96%
R=17.86%
G=34.18%
B=47.96%

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
Decimal3567940.630.2900.63207.4645.7425.29
Hex23435E3F1D03Fcf2e19
Octal4310313677350773175631
Binary100011100001110111101111111110101111111100111110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23435E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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