Html Css Color HEX #26425C Regal Blue

📋 copy color: '#26425C'

red 38 ◦ green 66 ◦ blue 92

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

Shades of Regal Blue #26425C

Tints of Regal Blue #26425C

RGB

 RED value IS 38 (15.23% from 255) = 19.39%

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

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

R = 19.39%
G = 33.67%
B = 46.94%

CMYK

 C value IS 0.59

 M value IS 0.28

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#26425C (or 0x26425C) is known color: Regal Blue. HEX triplet: 26, 42 and 5C. RGB value is (38,66,92). Sum of RGB (Red+Green+Blue) = 38+66+92=196 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.39% from 196); Green value is 66 (26.17% from 255 or 33.67% from 196); Blue value is 92 (36.33% from 255 or 46.94% from 196); Max value from RGB is 92 - color contains mainly: blue. Hex color #26425C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26425C is #D9BDA3. Grayscale: #3C3C3C. Windows color (decimal): -14269860 or 6046246. OLE color: 6046246.

HSL color Cylindrical-coordinate representation of color #26425C: hue angle of 208.89º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #26425C is Cyan = 0.59, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 38 66 92 -
CMYK 0.59 0.28 0 0.64
HSL 208.89º 0.42% 0.25% -
HSV(B) 208.89º 0.59% 0.36% -
XYZ 4.68 5.08 10.86 -
YUV 60.59 145.72 111.89 -
System Red Green Blue C M Y K H S L
Decimal 38 66 92 0.59 0.28 0 0.64 208.89 0.42 0.25
Hex 26 42 5C 3B 1C 0 40 D1 2A 19
Octal 46 102 134 73 34 0 100 321 52 31
Binary 100110 1000010 1011100 111011 11100 0 1000000 11010001 101010 11001

Color Harmonies of #26425C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26425C

Black with #26425C

Text Example


Text Example

White with #26425C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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