Html Css Color HEX #25347B Resolution Blue

📋 copy color: '#25347B'

red 37 ◦ green 52 ◦ blue 123

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

Shades of Resolution Blue #25347B

Tints of Resolution Blue #25347B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 58.02%

R = 17.45%
G = 24.53%
B = 58.02%

CMYK

 C value IS 0.70

 M value IS 0.58

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#25347B (or 0x25347B) is known color: Resolution Blue. HEX triplet: 25, 34 and 7B. RGB value is (37,52,123). Sum of RGB (Red+Green+Blue) = 37+52+123=212 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.45% from 212); Green value is 52 (20.70% from 255 or 24.53% from 212); Blue value is 123 (48.44% from 255 or 58.02% from 212); Max value from RGB is 123 - color contains mainly: blue. Hex color #25347B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25347B is #DACB84. Grayscale: #373737. Windows color (decimal): -14338949 or 8074277. OLE color: 8074277.

HSL color Cylindrical-coordinate representation of color #25347B: hue angle of 229.53º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #25347B is Cyan = 0.70, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 37 52 123 -
CMYK 0.70 0.58 0 0.52
HSL 229.53º 0.54% 0.31% -
HSV(B) 229.53º 0.7% 0.48% -
XYZ 5.57 4.28 19.27 -
YUV 55.61 166.03 114.73 -
System Red Green Blue C M Y K H S L
Decimal 37 52 123 0.70 0.58 0 0.52 229.53 0.54 0.31
Hex 25 34 7B 46 3A 0 34 E6 36 1F
Octal 45 64 173 106 72 0 64 346 66 37
Binary 100101 110100 1111011 1000110 111010 0 110100 11100110 110110 11111

Color Harmonies of #25347B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25347B

Black with #25347B

Text Example


Text Example

White with #25347B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25347B; }

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

 H1.HeaderClassName
 {
   color: #25347B;
 }
 .AnyTagClassName
 {
   color: #25347B;
 }
</style>

background-color css

<style>
 a { background-color: #25347B; }

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

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

border-color css

<style>
 span { border-color: #25347B; }

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

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