Html Css Color HEX #26467E Fun Blue

📋 copy color: '#26467E'

red 38 ◦ green 70 ◦ blue 126

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

Shades of Fun Blue #26467E

Tints of Fun Blue #26467E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 29.91%

 BLUE value IS 126 (49.61% from 255) = 53.85%

R = 16.24%
G = 29.91%
B = 53.85%

CMYK

 C value IS 0.70

 M value IS 0.44

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#26467E (or 0x26467E) is known color: Fun Blue. HEX triplet: 26, 46 and 7E. RGB value is (38,70,126). Sum of RGB (Red+Green+Blue) = 38+70+126=234 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.24% from 234); Green value is 70 (27.73% from 255 or 29.91% from 234); Blue value is 126 (49.61% from 255 or 53.85% from 234); Max value from RGB is 126 - color contains mainly: blue. Hex color #26467E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26467E is #D9B981. Grayscale: #424242. Windows color (decimal): -14268802 or 8275494. OLE color: 8275494.

HSL color Cylindrical-coordinate representation of color #26467E: hue angle of 218.18º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #26467E is Cyan = 0.70, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 38 70 126 -
CMYK 0.70 0.44 0 0.51
HSL 218.18º 0.54% 0.32% -
HSV(B) 218.18º 0.7% 0.49% -
XYZ 6.76 6.3 20.6 -
YUV 66.82 161.4 107.45 -
System Red Green Blue C M Y K H S L
Decimal 38 70 126 0.70 0.44 0 0.51 218.18 0.54 0.32
Hex 26 46 7E 46 2C 0 33 DA 36 20
Octal 46 106 176 106 54 0 63 332 66 40
Binary 100110 1000110 1111110 1000110 101100 0 110011 11011010 110110 100000

Color Harmonies of #26467E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26467E

Black with #26467E

Text Example


Text Example

White with #26467E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,70,126); }

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

background-color css

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

 a { background-color: rgb(38,70,126); }

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

border-color css

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

 span { border-color: rgb(38,70,126); }

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