Html Css Color HEX #25337F Resolution Blue

📋 copy color: '#25337F'

red 37 ◦ green 51 ◦ blue 127

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

Shades of Resolution Blue #25337F

Tints of Resolution Blue #25337F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 23.72%

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

R = 17.21%
G = 23.72%
B = 59.07%

CMYK

 C value IS 0.71

 M value IS 0.60

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#25337F (or 0x25337F) is known color: Resolution Blue. HEX triplet: 25, 33 and 7F. RGB value is (37,51,127). Sum of RGB (Red+Green+Blue) = 37+51+127=215 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.21% from 215); Green value is 51 (20.31% from 255 or 23.72% from 215); Blue value is 127 (50% from 255 or 59.07% from 215); Max value from RGB is 127 - color contains mainly: blue. Hex color #25337F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25337F is #DACC80. Grayscale: #373737. Windows color (decimal): -14339201 or 8336165. OLE color: 8336165.

HSL color Cylindrical-coordinate representation of color #25337F: hue angle of 230.67º 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 #25337F is Cyan = 0.71, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 37 51 127 -
CMYK 0.71 0.60 0 0.50
HSL 230.67º 0.55% 0.32% -
HSV(B) 230.67º 0.71% 0.5% -
XYZ 5.78 4.29 20.6 -
YUV 55.48 168.36 114.82 -
System Red Green Blue C M Y K H S L
Decimal 37 51 127 0.71 0.60 0 0.50 230.67 0.55 0.32
Hex 25 33 7F 47 3C 0 32 E7 37 20
Octal 45 63 177 107 74 0 62 347 67 40
Binary 100101 110011 1111111 1000111 111100 0 110010 11100111 110111 100000

Color Harmonies of #25337F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25337F

Black with #25337F

Text Example


Text Example

White with #25337F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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