Html Css Color HEX #25346E Resolution Blue

📋 copy color: '#25346E'

red 37 ◦ green 52 ◦ blue 110

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

Shades of Resolution Blue #25346E

Tints of Resolution Blue #25346E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 26.13%

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

R = 18.59%
G = 26.13%
B = 55.28%

CMYK

 C value IS 0.66

 M value IS 0.53

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#25346E (or 0x25346E) is known color: Resolution Blue. HEX triplet: 25, 34 and 6E. RGB value is (37,52,110). Sum of RGB (Red+Green+Blue) = 37+52+110=199 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.59% from 199); Green value is 52 (20.70% from 255 or 26.13% from 199); Blue value is 110 (43.36% from 255 or 55.28% from 199); Max value from RGB is 110 - color contains mainly: blue. Hex color #25346E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25346E is #DACB91. Grayscale: #353535. Windows color (decimal): -14338962 or 7222309. OLE color: 7222309.

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

Color convert

RGB 37 52 110 -
CMYK 0.66 0.53 0 0.57
HSL 227.67º 0.5% 0.29% -
HSV(B) 227.67º 0.66% 0.43% -
XYZ 4.81 3.98 15.27 -
YUV 54.13 159.53 115.78 -
System Red Green Blue C M Y K H S L
Decimal 37 52 110 0.66 0.53 0 0.57 227.67 0.5 0.29
Hex 25 34 6E 42 35 0 39 E4 32 1D
Octal 45 64 156 102 65 0 71 344 62 35
Binary 100101 110100 1101110 1000010 110101 0 111001 11100100 110010 11101

Color Harmonies of #25346E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25346E

Black with #25346E

Text Example


Text Example

White with #25346E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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