#234562

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

Shades of Regal Blue #234562

Tints of Regal Blue #234562

Color information

#234562 (or 0x234562) is unknown color: approx Regal Blue. HEX triplet: 23, 45 and 62. RGB value is (35,69,98). Sum of RGB (Red+Green+Blue) = 35+69+98=202 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.33% from 202); Green value is 69 (27.34% from 255 or 34.16% from 202); Blue value is 98 (38.67% from 255 or 48.51% from 202); Max value from RGB is 98 - color contains mainly: blue. Hex color #234562 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234562 is #DCBA9D. Grayscale: #3D3D3D. Windows color (decimal): -14465694 or 6440227. OLE color: 6440227.

HSL color Cylindrical-coordinate representation of color #234562: hue angle of 207.62º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #234562 is Cyan = 0.64, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB356998-
CMYK0.640.3000.62
HSL207.62º47.37%26.08%-
HSV(B)207.62º64.29%38.43%-
XYZ5.035.512.35-
YUV62.14148.24108.64-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.33%
GREEN value IS 69 (27.34% from 255) = 34.16%
BLUE value IS 98 (38.67% from 255) = 48.51%
R=17.33%
G=34.16%
B=48.51%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3569980.640.3000.62207.6247.3726.08
Hex234562401E03Ed02f1a
Octal43105142100360763205732
Binary1000111000101110001010000001111001111101101000010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234562; }

 p { color: rgb(35,69,98); }

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

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

 a { background-color: rgb(35,69,98); }

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

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

 span { border-color: rgb(35,69,98); }

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