Html Css Color HEX #23425C Regal Blue

📋 copy color: '#23425C'

red 35 ◦ green 66 ◦ blue 92

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

Shades of Regal Blue #23425C

Tints of Regal Blue #23425C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 34.2%

 BLUE value IS 92 (36.33% from 255) = 47.67%

R = 18.13%
G = 34.2%
B = 47.67%

CMYK

 C value IS 0.62

 M value IS 0.28

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#23425C (or 0x23425C) is known color: Regal Blue. HEX triplet: 23, 42 and 5C. RGB value is (35,66,92). Sum of RGB (Red+Green+Blue) = 35+66+92=193 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.13% from 193); Green value is 66 (26.17% from 255 or 34.20% from 193); Blue value is 92 (36.33% from 255 or 47.67% from 193); Max value from RGB is 92 - color contains mainly: blue. Hex color #23425C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23425C is #DCBDA3. Grayscale: #3B3B3B. Windows color (decimal): -14466468 or 6046243. OLE color: 6046243.

HSL color Cylindrical-coordinate representation of color #23425C: hue angle of 207.37º degrees, saturation: 0.45, 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 #23425C is Cyan = 0.62, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 35 66 92 -
CMYK 0.62 0.28 0 0.64
HSL 207.37º 0.45% 0.25% -
HSV(B) 207.37º 0.62% 0.36% -
XYZ 4.57 5.03 10.85 -
YUV 59.7 146.23 110.39 -
System Red Green Blue C M Y K H S L
Decimal 35 66 92 0.62 0.28 0 0.64 207.37 0.45 0.25
Hex 23 42 5C 3E 1C 0 40 CF 2D 19
Octal 43 102 134 76 34 0 100 317 55 31
Binary 100011 1000010 1011100 111110 11100 0 1000000 11001111 101101 11001

Color Harmonies of #23425C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23425C

Black with #23425C

Text Example


Text Example

White with #23425C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23425C; }

 p { color: rgb(35,66,92); }

 H1.HeaderClassName
 {
   color: #23425C;
 }
 .AnyTagClassName
 {
   color: #23425C;
 }
</style>

background-color css

<style>
 a { background-color: #23425C; }

 a { background-color: rgb(35,66,92); }

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

border-color css

<style>
 span { border-color: #23425C; }

 span { border-color: rgb(35,66,92); }

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