Html Css Color HEX #234059 Regal Blue

📋 copy color: '#234059'

red 35 ◦ green 64 ◦ blue 89

#234059
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Regal Blue #234059

Tints of Regal Blue #234059

RGB

 RED value IS 35 (14.06% from 255) = 18.62%

 GREEN value IS 64 (25.39% from 255) = 34.04%

 BLUE value IS 89 (35.16% from 255) = 47.34%

R = 18.62%
G = 34.04%
B = 47.34%

CMYK

 C value IS 0.61

 M value IS 0.28

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#234059 (or 0x234059) is known color: Regal Blue. HEX triplet: 23, 40 and 59. RGB value is (35,64,89). Sum of RGB (Red+Green+Blue) = 35+64+89=188 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.62% from 188); Green value is 64 (25.39% from 255 or 34.04% from 188); Blue value is 89 (35.16% from 255 or 47.34% from 188); Max value from RGB is 89 - color contains mainly: blue. Hex color #234059 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234059 is #DCBFA6. Grayscale: #3A3A3A. Windows color (decimal): -14466983 or 5849123. OLE color: 5849123.

HSL color Cylindrical-coordinate representation of color #234059: hue angle of 207.78º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #234059 is Cyan = 0.61, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 35 64 89 -
CMYK 0.61 0.28 0 0.65
HSL 207.78º 0.44% 0.24% -
HSV(B) 207.78º 0.61% 0.35% -
XYZ 4.33 4.75 10.14 -
YUV 58.18 145.39 111.47 -
System Red Green Blue C M Y K H S L
Decimal 35 64 89 0.61 0.28 0 0.65 207.78 0.44 0.24
Hex 23 40 59 3D 1C 0 41 D0 2C 18
Octal 43 100 131 75 34 0 101 320 54 30
Binary 100011 1000000 1011001 111101 11100 0 1000001 11010000 101100 11000

Color Harmonies of #234059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234059

Black with #234059

Text Example


Text Example

White with #234059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #234059; }

 p { color: rgb(35,64,89); }

 H1.HeaderClassName
 {
   color: #234059;
 }
 .AnyTagClassName
 {
   color: #234059;
 }
</style>

background-color css

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

 a { background-color: rgb(35,64,89); }

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

border-color css

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

 span { border-color: rgb(35,64,89); }

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