Html Css Color HEX #233A51 Regal Blue

📋 copy color: '#233A51'

red 35 ◦ green 58 ◦ blue 81

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

Shades of Regal Blue #233A51

Tints of Regal Blue #233A51

RGB

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

 GREEN value IS 58 (23.05% from 255) = 33.33%

 BLUE value IS 81 (32.03% from 255) = 46.55%

R = 20.11%
G = 33.33%
B = 46.55%

CMYK

 C value IS 0.57

 M value IS 0.28

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#233A51 (or 0x233A51) is known color: Regal Blue. HEX triplet: 23, 3A and 51. RGB value is (35,58,81). Sum of RGB (Red+Green+Blue) = 35+58+81=174 (23% of max value = 765). Red value is 35 (14.06% from 255 or 20.11% from 174); Green value is 58 (23.05% from 255 or 33.33% from 174); Blue value is 81 (32.03% from 255 or 46.55% from 174); Max value from RGB is 81 - color contains mainly: blue. Hex color #233A51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233A51 is #DCC5AE. Grayscale: #353535. Windows color (decimal): -14468527 or 5323299. OLE color: 5323299.

HSL color Cylindrical-coordinate representation of color #233A51: hue angle of 210º degrees, saturation: 0.4, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #233A51 is Cyan = 0.57, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 35 58 81 -
CMYK 0.57 0.28 0 0.68
HSL 210º 0.4% 0.23% -
HSV(B) 210º 0.57% 0.32% -
XYZ 3.69 3.98 8.36 -
YUV 53.75 143.38 114.63 -
System Red Green Blue C M Y K H S L
Decimal 35 58 81 0.57 0.28 0 0.68 210 0.4 0.23
Hex 23 3A 51 39 1C 0 44 D2 28 17
Octal 43 72 121 71 34 0 104 322 50 27
Binary 100011 111010 1010001 111001 11100 0 1000100 11010010 101000 10111

Color Harmonies of #233A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233A51

Black with #233A51

Text Example


Text Example

White with #233A51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #233A51; }

 p { color: rgb(35,58,81); }

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

background-color css

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

 a { background-color: rgb(35,58,81); }

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

border-color css

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

 span { border-color: rgb(35,58,81); }

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