Html Css Color HEX #23415B Regal Blue

📋 copy color: '#23415B'

red 35 ◦ green 65 ◦ blue 91

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

Shades of Regal Blue #23415B

Tints of Regal Blue #23415B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 34.03%

 BLUE value IS 91 (35.94% from 255) = 47.64%

R = 18.32%
G = 34.03%
B = 47.64%

CMYK

 C value IS 0.62

 M value IS 0.29

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#23415B (or 0x23415B) is known color: Regal Blue. HEX triplet: 23, 41 and 5B. RGB value is (35,65,91). Sum of RGB (Red+Green+Blue) = 35+65+91=191 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.32% from 191); Green value is 65 (25.78% from 255 or 34.03% from 191); Blue value is 91 (35.94% from 255 or 47.64% from 191); Max value from RGB is 91 - color contains mainly: blue. Hex color #23415B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23415B is #DCBEA4. Grayscale: #3A3A3A. Windows color (decimal): -14466725 or 5980451. OLE color: 5980451.

HSL color Cylindrical-coordinate representation of color #23415B: hue angle of 207.86º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #23415B is Cyan = 0.62, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 35 65 91 -
CMYK 0.62 0.29 0 0.64
HSL 207.86º 0.44% 0.25% -
HSV(B) 207.86º 0.62% 0.36% -
XYZ 4.47 4.89 10.61 -
YUV 58.99 146.06 110.89 -
System Red Green Blue C M Y K H S L
Decimal 35 65 91 0.62 0.29 0 0.64 207.86 0.44 0.25
Hex 23 41 5B 3E 1D 0 40 D0 2C 19
Octal 43 101 133 76 35 0 100 320 54 31
Binary 100011 1000001 1011011 111110 11101 0 1000000 11010000 101100 11001

Color Harmonies of #23415B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23415B

Black with #23415B

Text Example


Text Example

White with #23415B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23415B; }

 p { color: rgb(35,65,91); }

 H1.HeaderClassName
 {
   color: #23415B;
 }
 .AnyTagClassName
 {
   color: #23415B;
 }
</style>

background-color css

<style>
 a { background-color: #23415B; }

 a { background-color: rgb(35,65,91); }

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

border-color css

<style>
 span { border-color: #23415B; }

 span { border-color: rgb(35,65,91); }

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