Html Css Color HEX #23405B Regal Blue

📋 copy color: '#23405B'

red 35 ◦ green 64 ◦ blue 91

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

Shades of Regal Blue #23405B

Tints of Regal Blue #23405B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 33.68%

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

R = 18.42%
G = 33.68%
B = 47.89%

CMYK

 C value IS 0.62

 M value IS 0.30

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#23405B (or 0x23405B) is known color: Regal Blue. HEX triplet: 23, 40 and 5B. RGB value is (35,64,91). Sum of RGB (Red+Green+Blue) = 35+64+91=190 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.42% from 190); Green value is 64 (25.39% from 255 or 33.68% from 190); Blue value is 91 (35.94% from 255 or 47.89% from 190); Max value from RGB is 91 - color contains mainly: blue. Hex color #23405B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23405B is #DCBFA4. Grayscale: #3A3A3A. Windows color (decimal): -14466981 or 5980195. OLE color: 5980195.

HSL color Cylindrical-coordinate representation of color #23405B: hue angle of 208.93º 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 #23405B is Cyan = 0.62, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 35 64 91 -
CMYK 0.62 0.30 0 0.64
HSL 208.93º 0.44% 0.25% -
HSV(B) 208.93º 0.62% 0.36% -
XYZ 4.41 4.78 10.59 -
YUV 58.41 146.39 111.3 -
System Red Green Blue C M Y K H S L
Decimal 35 64 91 0.62 0.30 0 0.64 208.93 0.44 0.25
Hex 23 40 5B 3E 1E 0 40 D1 2C 19
Octal 43 100 133 76 36 0 100 321 54 31
Binary 100011 1000000 1011011 111110 11110 0 1000000 11010001 101100 11001

Color Harmonies of #23405B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23405B

Black with #23405B

Text Example


Text Example

White with #23405B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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