Html Css Color HEX #25396F Resolution Blue

📋 copy color: '#25396F'

red 37 ◦ green 57 ◦ blue 111

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

Shades of Resolution Blue #25396F

Tints of Resolution Blue #25396F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 27.8%

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

R = 18.05%
G = 27.8%
B = 54.15%

CMYK

 C value IS 0.67

 M value IS 0.49

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#25396F (or 0x25396F) is known color: Resolution Blue. HEX triplet: 25, 39 and 6F. RGB value is (37,57,111). Sum of RGB (Red+Green+Blue) = 37+57+111=205 (27% of max value = 765). Red value is 37 (14.84% from 255 or 18.05% from 205); Green value is 57 (22.66% from 255 or 27.80% from 205); Blue value is 111 (43.75% from 255 or 54.15% from 205); Max value from RGB is 111 - color contains mainly: blue. Hex color #25396F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25396F is #DAC690. Grayscale: #383838. Windows color (decimal): -14337681 or 7289125. OLE color: 7289125.

HSL color Cylindrical-coordinate representation of color #25396F: hue angle of 223.78º 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 #25396F is Cyan = 0.67, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 37 57 111 -
CMYK 0.67 0.49 0 0.56
HSL 223.78º 0.5% 0.29% -
HSV(B) 223.78º 0.67% 0.44% -
XYZ 5.1 4.47 15.63 -
YUV 57.18 158.37 113.61 -
System Red Green Blue C M Y K H S L
Decimal 37 57 111 0.67 0.49 0 0.56 223.78 0.5 0.29
Hex 25 39 6F 43 31 0 38 E0 32 1D
Octal 45 71 157 103 61 0 70 340 62 35
Binary 100101 111001 1101111 1000011 110001 0 111000 11100000 110010 11101

Color Harmonies of #25396F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25396F

Black with #25396F

Text Example


Text Example

White with #25396F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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