Html Css Color HEX #26435C Regal Blue

📋 copy color: '#26435C'

red 38 ◦ green 67 ◦ blue 92

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

Shades of Regal Blue #26435C

Tints of Regal Blue #26435C

RGB

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

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

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

R = 19.29%
G = 34.01%
B = 46.7%

CMYK

 C value IS 0.59

 M value IS 0.27

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#26435C (or 0x26435C) is known color: Regal Blue. HEX triplet: 26, 43 and 5C. RGB value is (38,67,92). Sum of RGB (Red+Green+Blue) = 38+67+92=197 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19.29% from 197); Green value is 67 (26.56% from 255 or 34.01% from 197); Blue value is 92 (36.33% from 255 or 46.70% from 197); Max value from RGB is 92 - color contains mainly: blue. Hex color #26435C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26435C is #D9BCA3. Grayscale: #3D3D3D. Windows color (decimal): -14269604 or 6046502. OLE color: 6046502.

HSL color Cylindrical-coordinate representation of color #26435C: hue angle of 207.78º 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 #26435C is Cyan = 0.59, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 38 67 92 -
CMYK 0.59 0.27 0 0.64
HSL 207.78º 0.42% 0.25% -
HSV(B) 207.78º 0.59% 0.36% -
XYZ 4.74 5.2 10.88 -
YUV 61.18 145.39 111.47 -
System Red Green Blue C M Y K H S L
Decimal 38 67 92 0.59 0.27 0 0.64 207.78 0.42 0.25
Hex 26 43 5C 3B 1B 0 40 D0 2A 19
Octal 46 103 134 73 33 0 100 320 52 31
Binary 100110 1000011 1011100 111011 11011 0 1000000 11010000 101010 11001

Color Harmonies of #26435C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26435C

Black with #26435C

Text Example


Text Example

White with #26435C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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