Html Css Color HEX #233C52 Regal Blue

📋 copy color: '#233C52'

red 35 ◦ green 60 ◦ blue 82

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

Shades of Regal Blue #233C52

Tints of Regal Blue #233C52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 46.33%

R = 19.77%
G = 33.9%
B = 46.33%

CMYK

 C value IS 0.57

 M value IS 0.27

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#233C52 (or 0x233C52) is known color: Regal Blue. HEX triplet: 23, 3C and 52. RGB value is (35,60,82). Sum of RGB (Red+Green+Blue) = 35+60+82=177 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.77% from 177); Green value is 60 (23.83% from 255 or 33.90% from 177); Blue value is 82 (32.42% from 255 or 46.33% from 177); Max value from RGB is 82 - color contains mainly: blue. Hex color #233C52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233C52 is #DCC3AD. Grayscale: #363636. Windows color (decimal): -14468014 or 5389347. OLE color: 5389347.

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

Color convert

RGB 35 60 82 -
CMYK 0.57 0.27 0 0.68
HSL 208.09º 0.4% 0.23% -
HSV(B) 208.09º 0.57% 0.32% -
XYZ 3.83 4.2 8.59 -
YUV 55.03 143.22 113.71 -
System Red Green Blue C M Y K H S L
Decimal 35 60 82 0.57 0.27 0 0.68 208.09 0.4 0.23
Hex 23 3C 52 39 1B 0 44 D0 28 17
Octal 43 74 122 71 33 0 104 320 50 27
Binary 100011 111100 1010010 111001 11011 0 1000100 11010000 101000 10111

Color Harmonies of #233C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233C52

Black with #233C52

Text Example


Text Example

White with #233C52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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