Html Css Color HEX #25306F Resolution Blue

📋 copy color: '#25306F'

red 37 ◦ green 48 ◦ blue 111

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

Shades of Resolution Blue #25306F

Tints of Resolution Blue #25306F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 24.49%

 BLUE value IS 111 (43.75% from 255) = 56.63%

R = 18.88%
G = 24.49%
B = 56.63%

CMYK

 C value IS 0.67

 M value IS 0.57

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#25306F (or 0x25306F) is known color: Resolution Blue. HEX triplet: 25, 30 and 6F. RGB value is (37,48,111). Sum of RGB (Red+Green+Blue) = 37+48+111=196 (25% of max value = 765). Red value is 37 (14.84% from 255 or 18.88% from 196); Green value is 48 (19.14% from 255 or 24.49% from 196); Blue value is 111 (43.75% from 255 or 56.63% from 196); Max value from RGB is 111 - color contains mainly: blue. Hex color #25306F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25306F is #DACF90. Grayscale: #333333. Windows color (decimal): -14339985 or 7286821. OLE color: 7286821.

HSL color Cylindrical-coordinate representation of color #25306F: hue angle of 231.08º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #25306F is Cyan = 0.67, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 37 48 111 -
CMYK 0.67 0.57 0 0.56
HSL 231.08º 0.5% 0.29% -
HSV(B) 231.08º 0.67% 0.44% -
XYZ 4.69 3.65 15.5 -
YUV 51.89 161.36 117.38 -
System Red Green Blue C M Y K H S L
Decimal 37 48 111 0.67 0.57 0 0.56 231.08 0.5 0.29
Hex 25 30 6F 43 39 0 38 E7 32 1D
Octal 45 60 157 103 71 0 70 347 62 35
Binary 100101 110000 1101111 1000011 111001 0 111000 11100111 110010 11101

Color Harmonies of #25306F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25306F

Black with #25306F

Text Example


Text Example

White with #25306F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,48,111); }

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

background-color css

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

 a { background-color: rgb(37,48,111); }

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

border-color css

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

 span { border-color: rgb(37,48,111); }

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