Html Css Color HEX #233C51 Regal Blue

📋 copy color: '#233C51'

red 35 ◦ green 60 ◦ blue 81

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

Shades of Regal Blue #233C51

Tints of Regal Blue #233C51

RGB

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

 GREEN value IS 60 (23.83% from 255) = 34.09%

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

R = 19.89%
G = 34.09%
B = 46.02%

CMYK

 C value IS 0.57

 M value IS 0.26

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#233C51 (or 0x233C51) is known color: Regal Blue. HEX triplet: 23, 3C and 51. RGB value is (35,60,81). Sum of RGB (Red+Green+Blue) = 35+60+81=176 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.89% from 176); Green value is 60 (23.83% from 255 or 34.09% from 176); Blue value is 81 (32.03% from 255 or 46.02% from 176); Max value from RGB is 81 - color contains mainly: blue. Hex color #233C51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233C51 is #DCC3AE. Grayscale: #363636. Windows color (decimal): -14468015 or 5323811. OLE color: 5323811.

HSL color Cylindrical-coordinate representation of color #233C51: hue angle of 207.39º 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 #233C51 is Cyan = 0.57, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 35 60 81 -
CMYK 0.57 0.26 0 0.68
HSL 207.39º 0.4% 0.23% -
HSV(B) 207.39º 0.57% 0.32% -
XYZ 3.79 4.18 8.39 -
YUV 54.92 142.72 113.79 -
System Red Green Blue C M Y K H S L
Decimal 35 60 81 0.57 0.26 0 0.68 207.39 0.4 0.23
Hex 23 3C 51 39 1A 0 44 CF 28 17
Octal 43 74 121 71 32 0 104 317 50 27
Binary 100011 111100 1010001 111001 11010 0 1000100 11001111 101000 10111

Color Harmonies of #233C51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233C51

Black with #233C51

Text Example


Text Example

White with #233C51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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