Html Css Color HEX #25356D Resolution Blue

📋 copy color: '#25356D'

red 37 ◦ green 53 ◦ blue 109

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

Shades of Resolution Blue #25356D

Tints of Resolution Blue #25356D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 26.63%

 BLUE value IS 109 (42.97% from 255) = 54.77%

R = 18.59%
G = 26.63%
B = 54.77%

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

#25356D (or 0x25356D) is known color: Resolution Blue. HEX triplet: 25, 35 and 6D. RGB value is (37,53,109). Sum of RGB (Red+Green+Blue) = 37+53+109=199 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.59% from 199); Green value is 53 (21.09% from 255 or 26.63% from 199); Blue value is 109 (42.97% from 255 or 54.77% from 199); Max value from RGB is 109 - color contains mainly: blue. Hex color #25356D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25356D is #DACA92. Grayscale: #363636. Windows color (decimal): -14338707 or 7157029. OLE color: 7157029.

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

Color convert

RGB 37 53 109 -
CMYK 0.66 0.51 0 0.57
HSL 226.67º 0.49% 0.29% -
HSV(B) 226.67º 0.66% 0.43% -
XYZ 4.8 4.04 15 -
YUV 54.6 158.7 115.45 -
System Red Green Blue C M Y K H S L
Decimal 37 53 109 0.66 0.51 0 0.57 226.67 0.49 0.29
Hex 25 35 6D 42 33 0 39 E3 31 1D
Octal 45 65 155 102 63 0 71 343 61 35
Binary 100101 110101 1101101 1000010 110011 0 111001 11100011 110001 11101

Color Harmonies of #25356D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25356D

Black with #25356D

Text Example


Text Example

White with #25356D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25356D; }

 p { color: rgb(37,53,109); }

 H1.HeaderClassName
 {
   color: #25356D;
 }
 .AnyTagClassName
 {
   color: #25356D;
 }
</style>

background-color css

<style>
 a { background-color: #25356D; }

 a { background-color: rgb(37,53,109); }

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

border-color css

<style>
 span { border-color: #25356D; }

 span { border-color: rgb(37,53,109); }

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