Html Css Color HEX #23415A Regal Blue

📋 copy color: '#23415A'

red 35 ◦ green 65 ◦ blue 90

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

Shades of Regal Blue #23415A

Tints of Regal Blue #23415A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 47.37%

R = 18.42%
G = 34.21%
B = 47.37%

CMYK

 C value IS 0.61

 M value IS 0.28

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#23415A (or 0x23415A) is known color: Regal Blue. HEX triplet: 23, 41 and 5A. RGB value is (35,65,90). Sum of RGB (Red+Green+Blue) = 35+65+90=190 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.42% from 190); Green value is 65 (25.78% from 255 or 34.21% from 190); Blue value is 90 (35.55% from 255 or 47.37% from 190); Max value from RGB is 90 - color contains mainly: blue. Hex color #23415A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23415A is #DCBEA5. Grayscale: #3A3A3A. Windows color (decimal): -14466726 or 5914915. OLE color: 5914915.

HSL color Cylindrical-coordinate representation of color #23415A: hue angle of 207.27º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #23415A is Cyan = 0.61, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 35 65 90 -
CMYK 0.61 0.28 0 0.65
HSL 207.27º 0.44% 0.25% -
HSV(B) 207.27º 0.61% 0.35% -
XYZ 4.43 4.88 10.38 -
YUV 58.88 145.56 110.97 -
System Red Green Blue C M Y K H S L
Decimal 35 65 90 0.61 0.28 0 0.65 207.27 0.44 0.25
Hex 23 41 5A 3D 1C 0 41 CF 2C 19
Octal 43 101 132 75 34 0 101 317 54 31
Binary 100011 1000001 1011010 111101 11100 0 1000001 11001111 101100 11001

Color Harmonies of #23415A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23415A

Black with #23415A

Text Example


Text Example

White with #23415A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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