Html Css Color HEX #25348D Resolution Blue

📋 copy color: '#25348D'

red 37 ◦ green 52 ◦ blue 141

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

Shades of Resolution Blue #25348D

Tints of Resolution Blue #25348D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.61%

 BLUE value IS 141 (55.47% from 255) = 61.3%

R = 16.09%
G = 22.61%
B = 61.3%

CMYK

 C value IS 0.74

 M value IS 0.63

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#25348D (or 0x25348D) is known color: Resolution Blue. HEX triplet: 25, 34 and 8D. RGB value is (37,52,141). Sum of RGB (Red+Green+Blue) = 37+52+141=230 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.09% from 230); Green value is 52 (20.70% from 255 or 22.61% from 230); Blue value is 141 (55.47% from 255 or 61.30% from 230); Max value from RGB is 141 - color contains mainly: blue. Hex color #25348D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25348D is #DACB72. Grayscale: #393939. Windows color (decimal): -14338931 or 9253925. OLE color: 9253925.

HSL color Cylindrical-coordinate representation of color #25348D: hue angle of 231.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 #25348D is Cyan = 0.74, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 37 52 141 -
CMYK 0.74 0.63 0 0.45
HSL 231.35º 0.58% 0.35% -
HSV(B) 231.35º 0.74% 0.55% -
XYZ 6.8 4.77 25.76 -
YUV 57.66 175.03 113.26 -
System Red Green Blue C M Y K H S L
Decimal 37 52 141 0.74 0.63 0 0.45 231.35 0.58 0.35
Hex 25 34 8D 4A 3F 0 2D E7 3A 23
Octal 45 64 215 112 77 0 55 347 72 43
Binary 100101 110100 10001101 1001010 111111 0 101101 11100111 111010 100011

Color Harmonies of #25348D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25348D

Black with #25348D

Text Example


Text Example

White with #25348D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25348D; }

 p { color: rgb(37,52,141); }

 H1.HeaderClassName
 {
   color: #25348D;
 }
 .AnyTagClassName
 {
   color: #25348D;
 }
</style>

background-color css

<style>
 a { background-color: #25348D; }

 a { background-color: rgb(37,52,141); }

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

border-color css

<style>
 span { border-color: #25348D; }

 span { border-color: rgb(37,52,141); }

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