Html Css Color HEX #253A8A Resolution Blue

📋 copy color: '#253A8A'

red 37 ◦ green 58 ◦ blue 138

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

Shades of Resolution Blue #253A8A

Tints of Resolution Blue #253A8A

RGB

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

 GREEN value IS 58 (23.05% from 255) = 24.89%

 BLUE value IS 138 (54.3% from 255) = 59.23%

R = 15.88%
G = 24.89%
B = 59.23%

CMYK

 C value IS 0.73

 M value IS 0.58

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#253A8A (or 0x253A8A) is known color: Resolution Blue. HEX triplet: 25, 3A and 8A. RGB value is (37,58,138). Sum of RGB (Red+Green+Blue) = 37+58+138=233 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.88% from 233); Green value is 58 (23.05% from 255 or 24.89% from 233); Blue value is 138 (54.30% from 255 or 59.23% from 233); Max value from RGB is 138 - color contains mainly: blue. Hex color #253A8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253A8A is #DAC575. Grayscale: #3C3C3C. Windows color (decimal): -14337398 or 9058853. OLE color: 9058853.

HSL color Cylindrical-coordinate representation of color #253A8A: hue angle of 227.52º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #253A8A is Cyan = 0.73, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 37 58 138 -
CMYK 0.73 0.58 0 0.46
HSL 227.52º 0.58% 0.34% -
HSV(B) 227.52º 0.73% 0.54% -
XYZ 6.86 5.25 24.7 -
YUV 60.84 171.54 111 -
System Red Green Blue C M Y K H S L
Decimal 37 58 138 0.73 0.58 0 0.46 227.52 0.58 0.34
Hex 25 3A 8A 49 3A 0 2E E4 3A 22
Octal 45 72 212 111 72 0 56 344 72 42
Binary 100101 111010 10001010 1001001 111010 0 101110 11100100 111010 100010

Color Harmonies of #253A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253A8A

Black with #253A8A

Text Example


Text Example

White with #253A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253A8A; }

 p { color: rgb(37,58,138); }

 H1.HeaderClassName
 {
   color: #253A8A;
 }
 .AnyTagClassName
 {
   color: #253A8A;
 }
</style>

background-color css

<style>
 a { background-color: #253A8A; }

 a { background-color: rgb(37,58,138); }

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

border-color css

<style>
 span { border-color: #253A8A; }

 span { border-color: rgb(37,58,138); }

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