Html Css Color HEX #234257 Regal Blue

📋 copy color: '#234257'

red 35 ◦ green 66 ◦ blue 87

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

Shades of Regal Blue #234257

Tints of Regal Blue #234257

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 46.28%

R = 18.62%
G = 35.11%
B = 46.28%

CMYK

 C value IS 0.60

 M value IS 0.24

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#234257 (or 0x234257) is known color: Regal Blue. HEX triplet: 23, 42 and 57. RGB value is (35,66,87). Sum of RGB (Red+Green+Blue) = 35+66+87=188 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.62% from 188); Green value is 66 (26.17% from 255 or 35.11% from 188); Blue value is 87 (34.38% from 255 or 46.28% from 188); Max value from RGB is 87 - color contains mainly: blue. Hex color #234257 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234257 is #DCBDA8. Grayscale: #3B3B3B. Windows color (decimal): -14466473 or 5718563. OLE color: 5718563.

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

Color convert

RGB 35 66 87 -
CMYK 0.60 0.24 0 0.66
HSL 204.23º 0.43% 0.24% -
HSV(B) 204.23º 0.6% 0.34% -
XYZ 4.36 4.94 9.74 -
YUV 59.13 143.73 110.79 -
System Red Green Blue C M Y K H S L
Decimal 35 66 87 0.60 0.24 0 0.66 204.23 0.43 0.24
Hex 23 42 57 3C 18 0 42 CC 2B 18
Octal 43 102 127 74 30 0 102 314 53 30
Binary 100011 1000010 1010111 111100 11000 0 1000010 11001100 101011 11000

Color Harmonies of #234257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234257

Black with #234257

Text Example


Text Example

White with #234257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #234257; }

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

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

background-color css

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

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

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

border-color css

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

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

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