#234462

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

Shades of Regal Blue #234462

Tints of Regal Blue #234462

Color information

#234462 (or 0x234462) is unknown color: approx Regal Blue. HEX triplet: 23, 44 and 62. RGB value is (35,68,98). Sum of RGB (Red+Green+Blue) = 35+68+98=201 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.41% from 201); Green value is 68 (26.95% from 255 or 33.83% from 201); Blue value is 98 (38.67% from 255 or 48.76% from 201); Max value from RGB is 98 - color contains mainly: blue. Hex color #234462 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234462 is #DCBB9D. Grayscale: #3D3D3D. Windows color (decimal): -14465950 or 6439971. OLE color: 6439971.

HSL color Cylindrical-coordinate representation of color #234462: hue angle of 208.57º 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 #234462 is Cyan = 0.64, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB356898-
CMYK0.640.3100.62
HSL208.57º47.37%26.08%-
HSV(B)208.57º64.29%38.43%-
XYZ4.965.3712.33-
YUV61.55148.57109.06-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.41%
GREEN value IS 68 (26.95% from 255) = 33.83%
BLUE value IS 98 (38.67% from 255) = 48.76%
R=17.41%
G=33.83%
B=48.76%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3568980.640.3100.62208.5747.3726.08
Hex234462401F03Ed12f1a
Octal43104142100370763215732
Binary1000111000100110001010000001111101111101101000110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234462; }

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

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

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

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

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

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

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

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