Html Css Color HEX #25467E Fun Blue

📋 copy color: '#25467E'

red 37 ◦ green 70 ◦ blue 126

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

Shades of Fun Blue #25467E

Tints of Fun Blue #25467E

RGB

 RED value IS 37 (14.84% from 255) = 15.88%

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

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

R = 15.88%
G = 30.04%
B = 54.08%

CMYK

 C value IS 0.71

 M value IS 0.44

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#25467E (or 0x25467E) is known color: Fun Blue. HEX triplet: 25, 46 and 7E. RGB value is (37,70,126). Sum of RGB (Red+Green+Blue) = 37+70+126=233 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.88% from 233); Green value is 70 (27.73% from 255 or 30.04% from 233); Blue value is 126 (49.61% from 255 or 54.08% from 233); Max value from RGB is 126 - color contains mainly: blue. Hex color #25467E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25467E is #DAB981. Grayscale: #424242. Windows color (decimal): -14334338 or 8275493. OLE color: 8275493.

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

Color convert

RGB 37 70 126 -
CMYK 0.71 0.44 0 0.51
HSL 217.75º 0.55% 0.32% -
HSV(B) 217.75º 0.71% 0.49% -
XYZ 6.72 6.28 20.6 -
YUV 66.52 161.57 106.95 -
System Red Green Blue C M Y K H S L
Decimal 37 70 126 0.71 0.44 0 0.51 217.75 0.55 0.32
Hex 25 46 7E 47 2C 0 33 DA 37 20
Octal 45 106 176 107 54 0 63 332 67 40
Binary 100101 1000110 1111110 1000111 101100 0 110011 11011010 110111 100000

Color Harmonies of #25467E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25467E

Black with #25467E

Text Example


Text Example

White with #25467E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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