Html Css Color HEX #233C56 Regal Blue

📋 copy color: '#233C56'

red 35 ◦ green 60 ◦ blue 86

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

Shades of Regal Blue #233C56

Tints of Regal Blue #233C56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 47.51%

R = 19.34%
G = 33.15%
B = 47.51%

CMYK

 C value IS 0.59

 M value IS 0.30

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#233C56 (or 0x233C56) is known color: Regal Blue. HEX triplet: 23, 3C and 56. RGB value is (35,60,86). Sum of RGB (Red+Green+Blue) = 35+60+86=181 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.34% from 181); Green value is 60 (23.83% from 255 or 33.15% from 181); Blue value is 86 (33.98% from 255 or 47.51% from 181); Max value from RGB is 86 - color contains mainly: blue. Hex color #233C56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233C56 is #DCC3A9. Grayscale: #373737. Windows color (decimal): -14468010 or 5651491. OLE color: 5651491.

HSL color Cylindrical-coordinate representation of color #233C56: hue angle of 210.59º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #233C56 is Cyan = 0.59, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 35 60 86 -
CMYK 0.59 0.30 0 0.66
HSL 210.59º 0.42% 0.24% -
HSV(B) 210.59º 0.59% 0.34% -
XYZ 3.99 4.26 9.42 -
YUV 55.49 145.22 113.39 -
System Red Green Blue C M Y K H S L
Decimal 35 60 86 0.59 0.30 0 0.66 210.59 0.42 0.24
Hex 23 3C 56 3B 1E 0 42 D3 2A 18
Octal 43 74 126 73 36 0 102 323 52 30
Binary 100011 111100 1010110 111011 11110 0 1000010 11010011 101010 11000

Color Harmonies of #233C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233C56

Black with #233C56

Text Example


Text Example

White with #233C56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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