Html Css Color HEX #25348F Resolution Blue

📋 copy color: '#25348F'

red 37 ◦ green 52 ◦ blue 143

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

Shades of Resolution Blue #25348F

Tints of Resolution Blue #25348F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 61.64%

R = 15.95%
G = 22.41%
B = 61.64%

CMYK

 C value IS 0.74

 M value IS 0.64

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#25348F (or 0x25348F) is known color: Resolution Blue. HEX triplet: 25, 34 and 8F. RGB value is (37,52,143). Sum of RGB (Red+Green+Blue) = 37+52+143=232 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.95% from 232); Green value is 52 (20.70% from 255 or 22.41% from 232); Blue value is 143 (56.25% from 255 or 61.64% from 232); Max value from RGB is 143 - color contains mainly: blue. Hex color #25348F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25348F is #DACB70. Grayscale: #393939. Windows color (decimal): -14338929 or 9384997. OLE color: 9384997.

HSL color Cylindrical-coordinate representation of color #25348F: hue angle of 231.51º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #25348F is Cyan = 0.74, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 37 52 143 -
CMYK 0.74 0.64 0 0.44
HSL 231.51º 0.59% 0.35% -
HSV(B) 231.51º 0.74% 0.56% -
XYZ 6.95 4.83 26.55 -
YUV 57.89 176.03 113.1 -
System Red Green Blue C M Y K H S L
Decimal 37 52 143 0.74 0.64 0 0.44 231.51 0.59 0.35
Hex 25 34 8F 4A 40 0 2C E8 3B 23
Octal 45 64 217 112 100 0 54 350 73 43
Binary 100101 110100 10001111 1001010 1000000 0 101100 11101000 111011 100011

Color Harmonies of #25348F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25348F

Black with #25348F

Text Example


Text Example

White with #25348F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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