Html Css Color HEX #25468B Fun Blue

📋 copy color: '#25468B'

red 37 ◦ green 70 ◦ blue 139

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

Shades of Fun Blue #25468B

Tints of Fun Blue #25468B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 56.5%

R = 15.04%
G = 28.46%
B = 56.5%

CMYK

 C value IS 0.73

 M value IS 0.50

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#25468B (or 0x25468B) is known color: Fun Blue. HEX triplet: 25, 46 and 8B. RGB value is (37,70,139). Sum of RGB (Red+Green+Blue) = 37+70+139=246 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.04% from 246); Green value is 70 (27.73% from 255 or 28.46% from 246); Blue value is 139 (54.69% from 255 or 56.50% from 246); Max value from RGB is 139 - color contains mainly: blue. Hex color #25468B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25468B is #DAB974. Grayscale: #434343. Windows color (decimal): -14334325 or 9127461. OLE color: 9127461.

HSL color Cylindrical-coordinate representation of color #25468B: hue angle of 220.59º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #25468B is Cyan = 0.73, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 37 70 139 -
CMYK 0.73 0.50 0 0.45
HSL 220.59º 0.58% 0.35% -
HSV(B) 220.59º 0.73% 0.55% -
XYZ 7.61 6.64 25.31 -
YUV 68 168.07 105.89 -
System Red Green Blue C M Y K H S L
Decimal 37 70 139 0.73 0.50 0 0.45 220.59 0.58 0.35
Hex 25 46 8B 49 32 0 2D DD 3A 23
Octal 45 106 213 111 62 0 55 335 72 43
Binary 100101 1000110 10001011 1001001 110010 0 101101 11011101 111010 100011

Color Harmonies of #25468B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25468B

Black with #25468B

Text Example


Text Example

White with #25468B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25468B; }

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

 H1.HeaderClassName
 {
   color: #25468B;
 }
 .AnyTagClassName
 {
   color: #25468B;
 }
</style>

background-color css

<style>
 a { background-color: #25468B; }

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

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

border-color css

<style>
 span { border-color: #25468B; }

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

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