Html Css Color HEX #234158 Regal Blue

📋 copy color: '#234158'

red 35 ◦ green 65 ◦ blue 88

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

Shades of Regal Blue #234158

Tints of Regal Blue #234158

RGB

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

 GREEN value IS 65 (25.78% from 255) = 34.57%

 BLUE value IS 88 (34.77% from 255) = 46.81%

R = 18.62%
G = 34.57%
B = 46.81%

CMYK

 C value IS 0.60

 M value IS 0.26

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#234158 (or 0x234158) is known color: Regal Blue. HEX triplet: 23, 41 and 58. RGB value is (35,65,88). Sum of RGB (Red+Green+Blue) = 35+65+88=188 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.62% from 188); Green value is 65 (25.78% from 255 or 34.57% from 188); Blue value is 88 (34.77% from 255 or 46.81% from 188); Max value from RGB is 88 - color contains mainly: blue. Hex color #234158 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234158 is #DCBEA7. Grayscale: #3A3A3A. Windows color (decimal): -14466728 or 5783843. OLE color: 5783843.

HSL color Cylindrical-coordinate representation of color #234158: hue angle of 206.04º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #234158 is Cyan = 0.60, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 35 65 88 -
CMYK 0.60 0.26 0 0.65
HSL 206.04º 0.43% 0.24% -
HSV(B) 206.04º 0.6% 0.35% -
XYZ 4.34 4.84 9.94 -
YUV 58.65 144.56 111.13 -
System Red Green Blue C M Y K H S L
Decimal 35 65 88 0.60 0.26 0 0.65 206.04 0.43 0.24
Hex 23 41 58 3C 1A 0 41 CE 2B 18
Octal 43 101 130 74 32 0 101 316 53 30
Binary 100011 1000001 1011000 111100 11010 0 1000001 11001110 101011 11000

Color Harmonies of #234158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234158

Black with #234158

Text Example


Text Example

White with #234158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #234158; }

 p { color: rgb(35,65,88); }

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

background-color css

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

 a { background-color: rgb(35,65,88); }

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

border-color css

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

 span { border-color: rgb(35,65,88); }

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