Html Css Color HEX #25347F Resolution Blue

📋 copy color: '#25347F'

red 37 ◦ green 52 ◦ blue 127

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

Shades of Resolution Blue #25347F

Tints of Resolution Blue #25347F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 58.8%

R = 17.13%
G = 24.07%
B = 58.8%

CMYK

 C value IS 0.71

 M value IS 0.59

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#25347F (or 0x25347F) is known color: Resolution Blue. HEX triplet: 25, 34 and 7F. RGB value is (37,52,127). Sum of RGB (Red+Green+Blue) = 37+52+127=216 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.13% from 216); Green value is 52 (20.70% from 255 or 24.07% from 216); Blue value is 127 (50% from 255 or 58.80% from 216); Max value from RGB is 127 - color contains mainly: blue. Hex color #25347F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25347F is #DACB80. Grayscale: #373737. Windows color (decimal): -14338945 or 8336421. OLE color: 8336421.

HSL color Cylindrical-coordinate representation of color #25347F: hue angle of 230º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #25347F is Cyan = 0.71, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 37 52 127 -
CMYK 0.71 0.59 0 0.50
HSL 230º 0.55% 0.32% -
HSV(B) 230º 0.71% 0.5% -
XYZ 5.82 4.38 20.62 -
YUV 56.07 168.03 114.4 -
System Red Green Blue C M Y K H S L
Decimal 37 52 127 0.71 0.59 0 0.50 230 0.55 0.32
Hex 25 34 7F 47 3B 0 32 E6 37 20
Octal 45 64 177 107 73 0 62 346 67 40
Binary 100101 110100 1111111 1000111 111011 0 110010 11100110 110111 100000

Color Harmonies of #25347F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25347F

Black with #25347F

Text Example


Text Example

White with #25347F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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