Html Css Color HEX #234259 Regal Blue

📋 copy color: '#234259'

red 35 ◦ green 66 ◦ blue 89

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

Shades of Regal Blue #234259

Tints of Regal Blue #234259

RGB

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

 GREEN value IS 66 (26.17% from 255) = 34.74%

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

R = 18.42%
G = 34.74%
B = 46.84%

CMYK

 C value IS 0.61

 M value IS 0.26

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#234259 (or 0x234259) is known color: Regal Blue. HEX triplet: 23, 42 and 59. RGB value is (35,66,89). Sum of RGB (Red+Green+Blue) = 35+66+89=190 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.42% from 190); Green value is 66 (26.17% from 255 or 34.74% from 190); Blue value is 89 (35.16% from 255 or 46.84% from 190); Max value from RGB is 89 - color contains mainly: blue. Hex color #234259 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234259 is #DCBDA6. Grayscale: #3B3B3B. Windows color (decimal): -14466471 or 5849635. OLE color: 5849635.

HSL color Cylindrical-coordinate representation of color #234259: hue angle of 205.56º 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 #234259 is Cyan = 0.61, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 35 66 89 -
CMYK 0.61 0.26 0 0.65
HSL 205.56º 0.44% 0.24% -
HSV(B) 205.56º 0.61% 0.35% -
XYZ 4.44 4.98 10.18 -
YUV 59.35 144.73 110.63 -
System Red Green Blue C M Y K H S L
Decimal 35 66 89 0.61 0.26 0 0.65 205.56 0.44 0.24
Hex 23 42 59 3D 1A 0 41 CE 2C 18
Octal 43 102 131 75 32 0 101 316 54 30
Binary 100011 1000010 1011001 111101 11010 0 1000001 11001110 101100 11000

Color Harmonies of #234259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234259

Black with #234259

Text Example


Text Example

White with #234259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #234259; }

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

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

background-color css

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

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

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

border-color css

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

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

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