Html Css Color HEX #25376F Resolution Blue

📋 copy color: '#25376F'

red 37 ◦ green 55 ◦ blue 111

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

Shades of Resolution Blue #25376F

Tints of Resolution Blue #25376F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 27.09%

 BLUE value IS 111 (43.75% from 255) = 54.68%

R = 18.23%
G = 27.09%
B = 54.68%

CMYK

 C value IS 0.67

 M value IS 0.50

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#25376F (or 0x25376F) is known color: Resolution Blue. HEX triplet: 25, 37 and 6F. RGB value is (37,55,111). Sum of RGB (Red+Green+Blue) = 37+55+111=203 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.23% from 203); Green value is 55 (21.88% from 255 or 27.09% from 203); Blue value is 111 (43.75% from 255 or 54.68% from 203); Max value from RGB is 111 - color contains mainly: blue. Hex color #25376F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25376F is #DAC890. Grayscale: #373737. Windows color (decimal): -14338193 or 7288613. OLE color: 7288613.

HSL color Cylindrical-coordinate representation of color #25376F: hue angle of 225.41º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #25376F is Cyan = 0.67, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 37 55 111 -
CMYK 0.67 0.50 0 0.56
HSL 225.41º 0.5% 0.29% -
HSV(B) 225.41º 0.67% 0.44% -
XYZ 5 4.27 15.6 -
YUV 56 159.04 114.45 -
System Red Green Blue C M Y K H S L
Decimal 37 55 111 0.67 0.50 0 0.56 225.41 0.5 0.29
Hex 25 37 6F 43 32 0 38 E1 32 1D
Octal 45 67 157 103 62 0 70 341 62 35
Binary 100101 110111 1101111 1000011 110010 0 111000 11100001 110010 11101

Color Harmonies of #25376F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25376F

Black with #25376F

Text Example


Text Example

White with #25376F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,55,111); }

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

background-color css

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

 a { background-color: rgb(37,55,111); }

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

border-color css

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

 span { border-color: rgb(37,55,111); }

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