Html Css Color HEX #25366E Resolution Blue

📋 copy color: '#25366E'

red 37 ◦ green 54 ◦ blue 110

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

Shades of Resolution Blue #25366E

Tints of Resolution Blue #25366E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 26.87%

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

R = 18.41%
G = 26.87%
B = 54.73%

CMYK

 C value IS 0.66

 M value IS 0.51

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#25366E (or 0x25366E) is known color: Resolution Blue. HEX triplet: 25, 36 and 6E. RGB value is (37,54,110). Sum of RGB (Red+Green+Blue) = 37+54+110=201 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.41% from 201); Green value is 54 (21.48% from 255 or 26.87% from 201); Blue value is 110 (43.36% from 255 or 54.73% from 201); Max value from RGB is 110 - color contains mainly: blue. Hex color #25366E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25366E is #DAC991. Grayscale: #373737. Windows color (decimal): -14338450 or 7222821. OLE color: 7222821.

HSL color Cylindrical-coordinate representation of color #25366E: hue angle of 226.03º 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 #25366E is Cyan = 0.66, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 37 54 110 -
CMYK 0.66 0.51 0 0.57
HSL 226.03º 0.5% 0.29% -
HSV(B) 226.03º 0.66% 0.43% -
XYZ 4.9 4.16 15.3 -
YUV 55.3 158.87 114.95 -
System Red Green Blue C M Y K H S L
Decimal 37 54 110 0.66 0.51 0 0.57 226.03 0.5 0.29
Hex 25 36 6E 42 33 0 39 E2 32 1D
Octal 45 66 156 102 63 0 71 342 62 35
Binary 100101 110110 1101110 1000010 110011 0 111001 11100010 110010 11101

Color Harmonies of #25366E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25366E

Black with #25366E

Text Example


Text Example

White with #25366E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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