Html Css Color HEX #233E58 Regal Blue

📋 copy color: '#233E58'

red 35 ◦ green 62 ◦ blue 88

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

Shades of Regal Blue #233E58

Tints of Regal Blue #233E58

RGB

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

 GREEN value IS 62 (24.61% from 255) = 33.51%

 BLUE value IS 88 (34.77% from 255) = 47.57%

R = 18.92%
G = 33.51%
B = 47.57%

CMYK

 C value IS 0.60

 M value IS 0.30

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#233E58 (or 0x233E58) is known color: Regal Blue. HEX triplet: 23, 3E and 58. RGB value is (35,62,88). Sum of RGB (Red+Green+Blue) = 35+62+88=185 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.92% from 185); Green value is 62 (24.61% from 255 or 33.51% from 185); Blue value is 88 (34.77% from 255 or 47.57% from 185); Max value from RGB is 88 - color contains mainly: blue. Hex color #233E58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233E58 is #DCC1A7. Grayscale: #383838. Windows color (decimal): -14467496 or 5783075. OLE color: 5783075.

HSL color Cylindrical-coordinate representation of color #233E58: hue angle of 209.43º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #233E58 is Cyan = 0.60, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 35 62 88 -
CMYK 0.60 0.30 0 0.65
HSL 209.43º 0.43% 0.24% -
HSV(B) 209.43º 0.6% 0.35% -
XYZ 4.18 4.51 9.88 -
YUV 56.89 145.55 112.39 -
System Red Green Blue C M Y K H S L
Decimal 35 62 88 0.60 0.30 0 0.65 209.43 0.43 0.24
Hex 23 3E 58 3C 1E 0 41 D1 2B 18
Octal 43 76 130 74 36 0 101 321 53 30
Binary 100011 111110 1011000 111100 11110 0 1000001 11010001 101011 11000

Color Harmonies of #233E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233E58

Black with #233E58

Text Example


Text Example

White with #233E58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,62,88); }

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

background-color css

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

 a { background-color: rgb(35,62,88); }

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

border-color css

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

 span { border-color: rgb(35,62,88); }

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