Html Css Color HEX #25388F Resolution Blue

📋 copy color: '#25388F'

red 37 ◦ green 56 ◦ blue 143

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

Shades of Resolution Blue #25388F

Tints of Resolution Blue #25388F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 60.59%

R = 15.68%
G = 23.73%
B = 60.59%

CMYK

 C value IS 0.74

 M value IS 0.61

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#25388F (or 0x25388F) is known color: Resolution Blue. HEX triplet: 25, 38 and 8F. RGB value is (37,56,143). Sum of RGB (Red+Green+Blue) = 37+56+143=236 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.68% from 236); Green value is 56 (22.27% from 255 or 23.73% from 236); Blue value is 143 (56.25% from 255 or 60.59% from 236); Max value from RGB is 143 - color contains mainly: blue. Hex color #25388F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25388F is #DAC770. Grayscale: #3B3B3B. Windows color (decimal): -14337905 or 9386021. OLE color: 9386021.

HSL color Cylindrical-coordinate representation of color #25388F: hue angle of 229.25º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #25388F is Cyan = 0.74, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 37 56 143 -
CMYK 0.74 0.61 0 0.44
HSL 229.25º 0.59% 0.35% -
HSV(B) 229.25º 0.74% 0.56% -
XYZ 7.14 5.2 26.62 -
YUV 60.24 174.71 111.43 -
System Red Green Blue C M Y K H S L
Decimal 37 56 143 0.74 0.61 0 0.44 229.25 0.59 0.35
Hex 25 38 8F 4A 3D 0 2C E5 3B 23
Octal 45 70 217 112 75 0 54 345 73 43
Binary 100101 111000 10001111 1001010 111101 0 101100 11100101 111011 100011

Color Harmonies of #25388F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25388F

Black with #25388F

Text Example


Text Example

White with #25388F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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