Html Css Color HEX #23445E Regal Blue

📋 copy color: '#23445E'

red 35 ◦ green 68 ◦ blue 94

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

Shades of Regal Blue #23445E

Tints of Regal Blue #23445E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 34.52%

 BLUE value IS 94 (37.11% from 255) = 47.72%

R = 17.77%
G = 34.52%
B = 47.72%

CMYK

 C value IS 0.63

 M value IS 0.28

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#23445E (or 0x23445E) is known color: Regal Blue. HEX triplet: 23, 44 and 5E. RGB value is (35,68,94). Sum of RGB (Red+Green+Blue) = 35+68+94=197 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.77% from 197); Green value is 68 (26.95% from 255 or 34.52% from 197); Blue value is 94 (37.11% from 255 or 47.72% from 197); Max value from RGB is 94 - color contains mainly: blue. Hex color #23445E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23445E is #DCBBA1. Grayscale: #3C3C3C. Windows color (decimal): -14465954 or 6177827. OLE color: 6177827.

HSL color Cylindrical-coordinate representation of color #23445E: hue angle of 206.44º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #23445E is Cyan = 0.63, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 35 68 94 -
CMYK 0.63 0.28 0 0.63
HSL 206.44º 0.46% 0.25% -
HSV(B) 206.44º 0.63% 0.37% -
XYZ 4.78 5.3 11.36 -
YUV 61.1 146.57 109.39 -
System Red Green Blue C M Y K H S L
Decimal 35 68 94 0.63 0.28 0 0.63 206.44 0.46 0.25
Hex 23 44 5E 3F 1C 0 3F CE 2E 19
Octal 43 104 136 77 34 0 77 316 56 31
Binary 100011 1000100 1011110 111111 11100 0 111111 11001110 101110 11001

Color Harmonies of #23445E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23445E

Black with #23445E

Text Example


Text Example

White with #23445E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23445E; }

 p { color: rgb(35,68,94); }

 H1.HeaderClassName
 {
   color: #23445E;
 }
 .AnyTagClassName
 {
   color: #23445E;
 }
</style>

background-color css

<style>
 a { background-color: #23445E; }

 a { background-color: rgb(35,68,94); }

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

border-color css

<style>
 span { border-color: #23445E; }

 span { border-color: rgb(35,68,94); }

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