Html Css Color HEX #26435D Regal Blue

📋 copy color: '#26435D'

red 38 ◦ green 67 ◦ blue 93

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

Shades of Regal Blue #26435D

Tints of Regal Blue #26435D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 46.97%

R = 19.19%
G = 33.84%
B = 46.97%

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

#26435D (or 0x26435D) is known color: Regal Blue. HEX triplet: 26, 43 and 5D. RGB value is (38,67,93). Sum of RGB (Red+Green+Blue) = 38+67+93=198 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19.19% from 198); Green value is 67 (26.56% from 255 or 33.84% from 198); Blue value is 93 (36.72% from 255 or 46.97% from 198); Max value from RGB is 93 - color contains mainly: blue. Hex color #26435D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26435D is #D9BCA2. Grayscale: #3D3D3D. Windows color (decimal): -14269603 or 6112038. OLE color: 6112038.

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

Color convert

RGB 38 67 93 -
CMYK 0.59 0.28 0 0.64
HSL 208.36º 0.42% 0.26% -
HSV(B) 208.36º 0.59% 0.36% -
XYZ 4.78 5.22 11.11 -
YUV 61.29 145.89 111.39 -
System Red Green Blue C M Y K H S L
Decimal 38 67 93 0.59 0.28 0 0.64 208.36 0.42 0.26
Hex 26 43 5D 3B 1C 0 40 D0 2A 1A
Octal 46 103 135 73 34 0 100 320 52 32
Binary 100110 1000011 1011101 111011 11100 0 1000000 11010000 101010 11010

Color Harmonies of #26435D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26435D

Black with #26435D

Text Example


Text Example

White with #26435D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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