Html Css Color HEX #26435E Regal Blue

📋 copy color: '#26435E'

red 38 ◦ green 67 ◦ blue 94

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

Shades of Regal Blue #26435E

Tints of Regal Blue #26435E

RGB

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

 GREEN value IS 67 (26.56% from 255) = 33.67%

 BLUE value IS 94 (37.11% from 255) = 47.24%

R = 19.1%
G = 33.67%
B = 47.24%

CMYK

 C value IS 0.60

 M value IS 0.29

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#26435E (or 0x26435E) is known color: Regal Blue. HEX triplet: 26, 43 and 5E. RGB value is (38,67,94). Sum of RGB (Red+Green+Blue) = 38+67+94=199 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19.10% from 199); Green value is 67 (26.56% from 255 or 33.67% from 199); Blue value is 94 (37.11% from 255 or 47.24% from 199); Max value from RGB is 94 - color contains mainly: blue. Hex color #26435E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26435E is #D9BCA1. Grayscale: #3D3D3D. Windows color (decimal): -14269602 or 6177574. OLE color: 6177574.

HSL color Cylindrical-coordinate representation of color #26435E: hue angle of 208.93º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #26435E is Cyan = 0.60, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 38 67 94 -
CMYK 0.60 0.29 0 0.63
HSL 208.93º 0.42% 0.26% -
HSV(B) 208.93º 0.6% 0.37% -
XYZ 4.83 5.23 11.35 -
YUV 61.41 146.39 111.3 -
System Red Green Blue C M Y K H S L
Decimal 38 67 94 0.60 0.29 0 0.63 208.93 0.42 0.26
Hex 26 43 5E 3C 1D 0 3F D1 2A 1A
Octal 46 103 136 74 35 0 77 321 52 32
Binary 100110 1000011 1011110 111100 11101 0 111111 11010001 101010 11010

Color Harmonies of #26435E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26435E

Black with #26435E

Text Example


Text Example

White with #26435E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26435E; }

 p { color: rgb(38,67,94); }

 H1.HeaderClassName
 {
   color: #26435E;
 }
 .AnyTagClassName
 {
   color: #26435E;
 }
</style>

background-color css

<style>
 a { background-color: #26435E; }

 a { background-color: rgb(38,67,94); }

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

border-color css

<style>
 span { border-color: #26435E; }

 span { border-color: rgb(38,67,94); }

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