Html Css Color HEX #25468C Fun Blue

📋 copy color: '#25468C'

red 37 ◦ green 70 ◦ blue 140

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

Shades of Fun Blue #25468C

Tints of Fun Blue #25468C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 56.68%

R = 14.98%
G = 28.34%
B = 56.68%

CMYK

 C value IS 0.74

 M value IS 0.50

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#25468C (or 0x25468C) is known color: Fun Blue. HEX triplet: 25, 46 and 8C. RGB value is (37,70,140). Sum of RGB (Red+Green+Blue) = 37+70+140=247 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.98% from 247); Green value is 70 (27.73% from 255 or 28.34% from 247); Blue value is 140 (55.08% from 255 or 56.68% from 247); Max value from RGB is 140 - color contains mainly: blue. Hex color #25468C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25468C is #DAB973. Grayscale: #434343. Windows color (decimal): -14334324 or 9192997. OLE color: 9192997.

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

Color convert

RGB 37 70 140 -
CMYK 0.74 0.50 0 0.45
HSL 220.78º 0.58% 0.35% -
HSV(B) 220.78º 0.74% 0.55% -
XYZ 7.69 6.67 25.69 -
YUV 68.11 168.57 105.81 -
System Red Green Blue C M Y K H S L
Decimal 37 70 140 0.74 0.50 0 0.45 220.78 0.58 0.35
Hex 25 46 8C 4A 32 0 2D DD 3A 23
Octal 45 106 214 112 62 0 55 335 72 43
Binary 100101 1000110 10001100 1001010 110010 0 101101 11011101 111010 100011

Color Harmonies of #25468C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25468C

Black with #25468C

Text Example


Text Example

White with #25468C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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