Html Css Color HEX #25386E Resolution Blue

📋 copy color: '#25386E'

red 37 ◦ green 56 ◦ blue 110

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

Shades of Resolution Blue #25386E

Tints of Resolution Blue #25386E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 27.59%

 BLUE value IS 110 (43.36% from 255) = 54.19%

R = 18.23%
G = 27.59%
B = 54.19%

CMYK

 C value IS 0.66

 M value IS 0.49

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#25386E (or 0x25386E) is known color: Resolution Blue. HEX triplet: 25, 38 and 6E. RGB value is (37,56,110). Sum of RGB (Red+Green+Blue) = 37+56+110=203 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.23% from 203); Green value is 56 (22.27% from 255 or 27.59% from 203); Blue value is 110 (43.36% from 255 or 54.19% from 203); Max value from RGB is 110 - color contains mainly: blue. Hex color #25386E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25386E is #DAC791. Grayscale: #383838. Windows color (decimal): -14337938 or 7223333. OLE color: 7223333.

HSL color Cylindrical-coordinate representation of color #25386E: hue angle of 224.38º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #25386E is Cyan = 0.66, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 37 56 110 -
CMYK 0.66 0.49 0 0.57
HSL 224.38º 0.5% 0.29% -
HSV(B) 224.38º 0.66% 0.43% -
XYZ 4.99 4.35 15.33 -
YUV 56.48 158.21 114.11 -
System Red Green Blue C M Y K H S L
Decimal 37 56 110 0.66 0.49 0 0.57 224.38 0.5 0.29
Hex 25 38 6E 42 31 0 39 E0 32 1D
Octal 45 70 156 102 61 0 71 340 62 35
Binary 100101 111000 1101110 1000010 110001 0 111001 11100000 110010 11101

Color Harmonies of #25386E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25386E

Black with #25386E

Text Example


Text Example

White with #25386E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25386E; }

 p { color: rgb(37,56,110); }

 H1.HeaderClassName
 {
   color: #25386E;
 }
 .AnyTagClassName
 {
   color: #25386E;
 }
</style>

background-color css

<style>
 a { background-color: #25386E; }

 a { background-color: rgb(37,56,110); }

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

border-color css

<style>
 span { border-color: #25386E; }

 span { border-color: rgb(37,56,110); }

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