Html Css Color HEX #25348C Resolution Blue

📋 copy color: '#25348C'

red 37 ◦ green 52 ◦ blue 140

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

Shades of Resolution Blue #25348C

Tints of Resolution Blue #25348C

RGB

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

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

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

R = 16.16%
G = 22.71%
B = 61.14%

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

#25348C (or 0x25348C) is known color: Resolution Blue. HEX triplet: 25, 34 and 8C. RGB value is (37,52,140). Sum of RGB (Red+Green+Blue) = 37+52+140=229 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.16% from 229); Green value is 52 (20.70% from 255 or 22.71% from 229); Blue value is 140 (55.08% from 255 or 61.14% from 229); Max value from RGB is 140 - color contains mainly: blue. Hex color #25348C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25348C is #DACB73. Grayscale: #393939. Windows color (decimal): -14338932 or 9188389. OLE color: 9188389.

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

Color convert

RGB 37 52 140 -
CMYK 0.74 0.63 0 0.45
HSL 231.26º 0.58% 0.35% -
HSV(B) 231.26º 0.74% 0.55% -
XYZ 6.72 4.74 25.37 -
YUV 57.55 174.53 113.34 -
System Red Green Blue C M Y K H S L
Decimal 37 52 140 0.74 0.63 0 0.45 231.26 0.58 0.35
Hex 25 34 8C 4A 3F 0 2D E7 3A 23
Octal 45 64 214 112 77 0 55 347 72 43
Binary 100101 110100 10001100 1001010 111111 0 101101 11100111 111010 100011

Color Harmonies of #25348C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25348C

Black with #25348C

Text Example


Text Example

White with #25348C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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