Html Css Color HEX #233C53 Regal Blue

📋 copy color: '#233C53'

red 35 ◦ green 60 ◦ blue 83

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

Shades of Regal Blue #233C53

Tints of Regal Blue #233C53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 46.63%

R = 19.66%
G = 33.71%
B = 46.63%

CMYK

 C value IS 0.58

 M value IS 0.28

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#233C53 (or 0x233C53) is known color: Regal Blue. HEX triplet: 23, 3C and 53. RGB value is (35,60,83). Sum of RGB (Red+Green+Blue) = 35+60+83=178 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.66% from 178); Green value is 60 (23.83% from 255 or 33.71% from 178); Blue value is 83 (32.81% from 255 or 46.63% from 178); Max value from RGB is 83 - color contains mainly: blue. Hex color #233C53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233C53 is #DCC3AC. Grayscale: #373737. Windows color (decimal): -14468013 or 5454883. OLE color: 5454883.

HSL color Cylindrical-coordinate representation of color #233C53: hue angle of 208.75º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #233C53 is Cyan = 0.58, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 35 60 83 -
CMYK 0.58 0.28 0 0.67
HSL 208.75º 0.41% 0.23% -
HSV(B) 208.75º 0.58% 0.33% -
XYZ 3.87 4.21 8.79 -
YUV 55.15 143.72 113.63 -
System Red Green Blue C M Y K H S L
Decimal 35 60 83 0.58 0.28 0 0.67 208.75 0.41 0.23
Hex 23 3C 53 3A 1C 0 43 D1 29 17
Octal 43 74 123 72 34 0 103 321 51 27
Binary 100011 111100 1010011 111010 11100 0 1000011 11010001 101001 10111

Color Harmonies of #233C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233C53

Black with #233C53

Text Example


Text Example

White with #233C53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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