Html Css Color HEX #25398C Resolution Blue

📋 copy color: '#25398C'

red 37 ◦ green 57 ◦ blue 140

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

Shades of Resolution Blue #25398C

Tints of Resolution Blue #25398C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 24.36%

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

R = 15.81%
G = 24.36%
B = 59.83%

CMYK

 C value IS 0.74

 M value IS 0.59

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#25398C (or 0x25398C) is known color: Resolution Blue. HEX triplet: 25, 39 and 8C. RGB value is (37,57,140). Sum of RGB (Red+Green+Blue) = 37+57+140=234 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.81% from 234); Green value is 57 (22.66% from 255 or 24.36% from 234); Blue value is 140 (55.08% from 255 or 59.83% from 234); Max value from RGB is 140 - color contains mainly: blue. Hex color #25398C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25398C is #DAC673. Grayscale: #3C3C3C. Windows color (decimal): -14337652 or 9189669. OLE color: 9189669.

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

Color convert

RGB 37 57 140 -
CMYK 0.74 0.59 0 0.45
HSL 228.35º 0.58% 0.35% -
HSV(B) 228.35º 0.74% 0.55% -
XYZ 6.96 5.21 25.45 -
YUV 60.48 172.87 111.25 -
System Red Green Blue C M Y K H S L
Decimal 37 57 140 0.74 0.59 0 0.45 228.35 0.58 0.35
Hex 25 39 8C 4A 3B 0 2D E4 3A 23
Octal 45 71 214 112 73 0 55 344 72 43
Binary 100101 111001 10001100 1001010 111011 0 101101 11100100 111010 100011

Color Harmonies of #25398C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25398C

Black with #25398C

Text Example


Text Example

White with #25398C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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