Html Css Color HEX #234057 Regal Blue

📋 copy color: '#234057'

red 35 ◦ green 64 ◦ blue 87

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

Shades of Regal Blue #234057

Tints of Regal Blue #234057

RGB

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

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

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

R = 18.82%
G = 34.41%
B = 46.77%

CMYK

 C value IS 0.60

 M value IS 0.26

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#234057 (or 0x234057) is known color: Regal Blue. HEX triplet: 23, 40 and 57. RGB value is (35,64,87). Sum of RGB (Red+Green+Blue) = 35+64+87=186 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.82% from 186); Green value is 64 (25.39% from 255 or 34.41% from 186); Blue value is 87 (34.38% from 255 or 46.77% from 186); Max value from RGB is 87 - color contains mainly: blue. Hex color #234057 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234057 is #DCBFA8. Grayscale: #393939. Windows color (decimal): -14466985 or 5718051. OLE color: 5718051.

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

Color convert

RGB 35 64 87 -
CMYK 0.60 0.26 0 0.66
HSL 206.54º 0.43% 0.24% -
HSV(B) 206.54º 0.6% 0.34% -
XYZ 4.25 4.71 9.7 -
YUV 57.95 144.39 111.63 -
System Red Green Blue C M Y K H S L
Decimal 35 64 87 0.60 0.26 0 0.66 206.54 0.43 0.24
Hex 23 40 57 3C 1A 0 42 CF 2B 18
Octal 43 100 127 74 32 0 102 317 53 30
Binary 100011 1000000 1010111 111100 11010 0 1000010 11001111 101011 11000

Color Harmonies of #234057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234057

Black with #234057

Text Example


Text Example

White with #234057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #234057; }

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

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

background-color css

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

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

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

border-color css

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

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

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